Skip to content

Commit

Permalink
Pin Python 3.13 on Windows to a3
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 16, 2024
1 parent 912a33f commit 26e0f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.3"]

timeout-minutes: 30

Expand Down

0 comments on commit 26e0f6d

Please sign in to comment.