use Python 3.12 for GitHub Actions
This commit is contained in:
4
.github/workflows/executables.yml
vendored
4
.github/workflows/executables.yml
vendored
@@ -11,12 +11,12 @@ jobs:
|
||||
matrix:
|
||||
os: ["windows-latest", "macOS-latest"]
|
||||
architecture: ["x64"]
|
||||
python-version: ["3.11"]
|
||||
python-version: ["3.12"]
|
||||
python-packages: [""]
|
||||
include:
|
||||
- os: "ubuntu-latest"
|
||||
architecture: "x64"
|
||||
python-version: "3.11"
|
||||
python-version: "3.12"
|
||||
python-packages: "secretstorage"
|
||||
- os: "windows-2019"
|
||||
architecture: "x86"
|
||||
|
||||
Reference in New Issue
Block a user