Skip to content

Commit 62634ce

Browse files
committed
CI: Do not use Python 3.12 on Windows yet
The `winsdk` package takes ages to compile.
1 parent e096289 commit 62634ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- os: "macos-latest"
2727
python-version: "3.12"
2828
- os: "windows-latest"
29-
python-version: "3.12"
29+
python-version: "3.11"
3030
env:
3131
OS: ${{ matrix.os }}
3232
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)