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