Skip to content

Commit cc7af65

Browse files
skip freethreaded windows for 3.14 as well
1 parent a5edbec commit cc7af65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ jobs:
106106
exclude:
107107
- buildplat: [windows-2022, win_amd64]
108108
python: ["cp313t", "3.13"]
109+
- buildplat: [windows-2022, win_amd64]
110+
python: ["cp314t", "3.14"]
109111

110112
env:
111113
IS_PUSH: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)