Skip to content

Commit

Permalink
Merge pull request #7878 from radarhere/windows
Browse files Browse the repository at this point in the history
Revert "Pin Python 3.13 on Windows to a3"
  • Loading branch information
radarhere committed Mar 14, 2024
2 parents 9e3d1a7 + f609040 commit ec3cf2c
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 @@ -35,7 +35,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.0-alpha.3"]
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

timeout-minutes: 30

Expand Down

0 comments on commit ec3cf2c

Please sign in to comment.