Skip to content

Commit 2619a3f

Browse files
bhavya01ysiraichi
andauthored
Remove python 3.9 wheels and update terraform PyTorch/XLA release version to 2.9 (#9673)
Remove build wheels for Python 3.9 Co-authored-by: Yukio Siraichi <yukio.siraichi@gmail.com>
1 parent eb37dfd commit 2619a3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

infra/tpu-pytorch-releases/artifacts_builds.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
########## Begin section for release and nightly ########
22
# Define common configuration parameters for 2.8 release and nightly
33
locals {
4-
tpu_python_versions = ["3.9", "3.10", "3.11", "3.12", "3.13"]
5-
release_git_tag = "v2.8.0-rc5"
6-
release_package_version = "2.8.0-rc5"
7-
release_pytorch_git_rev = "v2.8.0-rc8"
8-
nightly_package_version = "2.9.0"
4+
tpu_python_versions = ["3.10", "3.11", "3.12", "3.13"]
5+
release_git_tag = "v2.9.0-rc1"
6+
release_package_version = "2.9.0-rc1"
7+
release_pytorch_git_rev = "v2.9.0-rc5"
8+
nightly_package_version = "2.10.0"
99

1010
# Built once a day from master
1111
generated_nightly_builds = concat(

0 commit comments

Comments
 (0)