Skip to content

Commit

Permalink
[workflows:executables] use Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Dec 25, 2024
1 parent 99de0e1 commit c6d5e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
matrix:
os: ["windows-latest", "macOS-latest"]
architecture: ["x64"]
python-version: ["3.12"]
python-version: ["3.13"]
python-packages: [""]
include:
- os: "ubuntu-latest"
architecture: "x64"
python-version: "3.12"
python-version: "3.13"
python-packages: "secretstorage"
- os: "windows-2019"
architecture: "x86"
Expand Down

0 comments on commit c6d5e25

Please sign in to comment.