Skip to content

Commit b7b0ea9

Browse files
committed
Avoid 3.13 builds
1 parent 7822d73 commit b7b0ea9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with-rocm: disable
3737
with-cuda: disable
3838
build-python-only: "disable"
39+
# Explicitly avoid 3.13 because 3.13t builds don't work.
40+
# TODO remove eventually.
41+
python-versions: ["3.9", "3.10", "3.11", "3.12"]
3942

4043
build:
4144
needs: generate-matrix

0 commit comments

Comments
 (0)