Skip to content

Commit 420adaa

Browse files
authored
Bump Python version of ci-tpu-test-trigger to 3.12. (#9665)
`ci-tpu-test-trigger` was failing with: ``` Downloading https://us-python.pkg.dev/ml-oss-artifacts-published/jax/meson-python/meson_python-0.18.0-py3-none-any.whl ... meson-python: error: The package requires Python version >=3.11, running on 3.10.18 ```
1 parent cc300f7 commit 420adaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/tpu-pytorch/test_triggers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "tpu_e2e_tests" {
2323
])
2424

2525
build_args = {
26-
python_version = "3.10"
26+
python_version = "3.12"
2727
}
2828

2929
ansible_vars = {

0 commit comments

Comments
 (0)