Skip to content

Commit becf605

Browse files
authored
Update supported Python versions in windows build (#16232)
### Summary Removed Python 3.13 from the list of supported versions for windows for now. It's causing issue. ### Test plan CI
1 parent 662b973 commit becf605

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)