Skip to content

Commit 1a566c4

Browse files
atalmanpytorchmergebot
authored andcommitted
Remove Python 3.9 nightly builds (pytorch#161427)
Please see pytorch#161167 Pull Request resolved: pytorch#161427 Approved by: https://github.com/huydhn
1 parent 37a3402 commit 1a566c4

6 files changed

+1
-2164
lines changed

.github/scripts/generate_binary_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def arch_type(arch_version: str) -> str:
210210
"cpu": "libtorch-cxx11-builder:cpu",
211211
}
212212

213-
FULL_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
213+
FULL_PYTHON_VERSIONS = ["3.10", "3.11", "3.12", "3.13", "3.13t", "3.14", "3.14t"]
214214

215215

216216
def translate_desired_cuda(gpu_arch_type: str, gpu_arch_version: str) -> str:

.github/workflows/generated-linux-aarch64-binary-manywheel-nightly.yml

Lines changed: 0 additions & 111 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)