mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
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:
committed by
PyTorch MergeBot
parent
770086fe39
commit
18705e371d
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user