Skip to content

Commit d14f642

Browse files
authored
Prevent 3.13t Windows builds (#857)
1 parent 1bd0c85 commit d14f642

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39+
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
40+
3941

4042
build:
4143
needs: generate-matrix

0 commit comments

Comments
 (0)