Skip to content

Commit 3ebb0ca

Browse files
authored
Build python 3.13t on windows (#6298)
Vision builds passes For torchaudio we need pytorch/audio#3881
1 parent a9c6b84 commit 3ebb0ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-binary-builds/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ runs:
156156
--yes --quiet \
157157
--prefix "${CONDA_ENV}" \
158158
"python=${PYTHON_VERSION}" \
159-
cmake=3.26 \
159+
cmake=3.31.2 \
160160
ninja=1.12.1 \
161161
pkg-config=0.29 \
162162
wheel=0.37 \

tools/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def generate_wheels_matrix(
487487

488488
# TODO: Enable python 3.13t on xpu and cpu-s390x or Windows
489489
if (
490-
(gpu_arch_type in ["xpu", "cpu-s390x"]) or os == WINDOWS
490+
(gpu_arch_type in ["xpu", "cpu-s390x"])
491491
) and python_version == "3.13t":
492492
continue
493493

0 commit comments

Comments
 (0)