From 13511b52893eee495777ed5e8f231d2b7d062f83 Mon Sep 17 00:00:00 2001 From: Sara Robinson Date: Wed, 18 Mar 2026 12:13:20 -0700 Subject: [PATCH] chore: Run lint presubmit check with Python 3.11 PiperOrigin-RevId: 885722913 --- .kokoro/presubmit/presubmit.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kokoro/presubmit/presubmit.cfg b/.kokoro/presubmit/presubmit.cfg index 46866717fc..7b39a7558e 100644 --- a/.kokoro/presubmit/presubmit.cfg +++ b/.kokoro/presubmit/presubmit.cfg @@ -5,7 +5,7 @@ # Other Python version unit tests are run separately env_vars: { key: "NOX_SESSION" - value: "unit-3.9 lint lint_setup_py blacken cover" + value: "unit-3.11 lint lint_setup_py blacken cover" } # Run unit tests in parallel, splitting up by file