Skip to content

Commit e30bc93

Browse files
committed
TMP: Only run CI on 3.13
1 parent b1873c3 commit e30bc93

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
py:
47-
- 'cpython-3.9'
48-
- 'cpython-3.10'
49-
- 'cpython-3.11'
50-
- 'cpython-3.12'
47+
# - 'cpython-3.9'
48+
# - 'cpython-3.10'
49+
# - 'cpython-3.11'
50+
# - 'cpython-3.12'
5151
- 'cpython-3.13'
5252
vcvars:
5353
- 'vcvars32.bat'

0 commit comments

Comments
 (0)