From d21d4732aecbd647b20f008b579d71c87c6cd649 Mon Sep 17 00:00:00 2001 From: Hansong Zhang <107070759+kirklandsign@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:58:27 -0800 Subject: [PATCH] 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. --- .github/workflows/build-wheels-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels-windows.yml b/.github/workflows/build-wheels-windows.yml index 9bf9b71f693..276edfb08d1 100644 --- a/.github/workflows/build-wheels-windows.yml +++ b/.github/workflows/build-wheels-windows.yml @@ -27,7 +27,7 @@ jobs: test-infra-ref: main with-cuda: disabled with-rocm: disabled - python-versions: '["3.10", "3.11", "3.12", "3.13"]' + python-versions: '["3.10", "3.11", "3.12"]' build: needs: generate-matrix