From ae5e7a8ec7fc73507fa751481cc5e70e3260a793 Mon Sep 17 00:00:00 2001 From: Arno Eigenwillig Date: Mon, 8 Jul 2024 06:29:36 -0700 Subject: [PATCH] Bump Python version to 3.12 in newest_stable tests. PiperOrigin-RevId: 650229220 --- kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg b/kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg index ede128c9..040dee04 100644 --- a/kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg +++ b/kokoro/github/ubuntu/cpu/newest_stable/presubmit.cfg @@ -2,7 +2,7 @@ build_file: "gnn/kokoro/github/ubuntu/cpu/build_versioned.sh" env_vars: { key: "PYTHON_VERSION" - value: "3.11" + value: "3.12" } env_vars: { key: "TF_VERSION"