Skip to content

Commit

Permalink
Build python 3.13t on windows (#6298)
Browse files Browse the repository at this point in the history
Vision builds passes
For torchaudio we need pytorch/audio#3881
  • Loading branch information
atalman authored Feb 18, 2025
1 parent a9c6b84 commit 3ebb0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-binary-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ runs:
--yes --quiet \
--prefix "${CONDA_ENV}" \
"python=${PYTHON_VERSION}" \
cmake=3.26 \
cmake=3.31.2 \
ninja=1.12.1 \
pkg-config=0.29 \
wheel=0.37 \
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def generate_wheels_matrix(

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

Expand Down

0 comments on commit 3ebb0ca

Please sign in to comment.