Python 3.11 and 3.13 support for Windows Arm64 (#152109)

This PR adds Python 3.11 and 3.13 support Windows Arm64 wheels and creates the necessary jobs

Pull Request resolved: https://github.com/pytorch/pytorch/pull/152109
Approved by: https://github.com/malfet
This commit is contained in:
iremyux
2025-04-24 21:09:14 +00:00
committed by PyTorch MergeBot
parent d78d2af4e3
commit 6ced5e6840
2 changed files with 341 additions and 1 deletions

View File

@ -233,7 +233,7 @@ WINDOWS_BINARY_BUILD_WORKFLOWS = [
build_configs=generate_binary_build_matrix.generate_wheels_matrix(
OperatingSystem.WINDOWS_ARM64,
arches=["cpu"],
python_versions=["3.12"],
python_versions=["3.11", "3.12", "3.13"],
),
ciflow_config=CIFlowConfig(
labels={LABEL_CIFLOW_BINARIES, LABEL_CIFLOW_BINARIES_WHEEL},