Skip to content

Commit d21d473

Browse files
authored
Update supported Python versions in windows build
Removed Python 3.13 from the list of supported versions for windows for now. It's causing issue.
1 parent c493e2d commit d21d473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
test-infra-ref: main
2828
with-cuda: disabled
2929
with-rocm: disabled
30-
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
30+
python-versions: '["3.10", "3.11", "3.12"]'
3131

3232
build:
3333
needs: generate-matrix

0 commit comments

Comments
 (0)