Skip to content

Commit e5415f3

Browse files
authored
Merge pull request #7805 from radarhere/windows
Pin Python 3.13 on Windows to a3
2 parents 912a33f + 26e0f6d commit e5415f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
35+
python-version: ["pypy3.10", "pypy3.9", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-alpha.3"]
3636

3737
timeout-minutes: 30
3838

0 commit comments

Comments
 (0)