S390x nightly binaries for python 3.13 (#132984)

Enable building python 3.13 nightly binaries for s390x
Pull Request resolved: https://github.com/pytorch/pytorch/pull/132984
Approved by: https://github.com/malfet
This commit is contained in:
Aleksei Nikiforov
2024-08-16 17:07:27 +00:00
committed by PyTorch MergeBot
parent 770086fe39
commit 18705e371d
2 changed files with 65 additions and 1 deletions

View File

@ -367,7 +367,8 @@ def generate_wheels_matrix(
# TODO: Enable python 3.13 on rocm, xpu, aarch64, windows
if (
gpu_arch_type in ["rocm", "xpu"] or os != "linux"
gpu_arch_type in ["rocm", "xpu"]
or (os != "linux" and os != "linux-s390x")
) and python_version == "3.13":
continue