We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 912a33f + 26e0f6d commit e5415f3Copy full SHA for e5415f3
.github/workflows/test-windows.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- 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"]
36
37
timeout-minutes: 30
38
0 commit comments