Skip to content

Commit 9145775

Browse files
atalmanpytorchmergebot
authored andcommitted
Remove python 3.8 nightly builds (pytorch#132138)
Removing python 3.8 support in nightly builds. As per PR: pytorch#120718 Pull Request resolved: pytorch#132138 Approved by: https://github.com/albanD, https://github.com/malfet, https://github.com/huydhn
1 parent 05317cd commit 9145775

9 files changed

+1
-3441
lines changed

.github/scripts/generate_binary_build_matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def arch_type(arch_version: str) -> str:
215215
("cpu", CXX11_ABI): f"pytorch/libtorch-cxx11-builder:cpu-{DEFAULT_TAG}",
216216
}
217217

218-
FULL_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
218+
FULL_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12"]
219219

220220

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

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

-108
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/generated-linux-binary-conda-nightly.yml

-248
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)