From 81541f0a0e9f336a6c99db8271d14004de3b7006 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 24 Sep 2024 12:37:52 -0400 Subject: [PATCH] Update build.gradle to use 3.12 --- .test-infra/jenkins/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/jenkins/build.gradle b/.test-infra/jenkins/build.gradle index 37c9c4d8d6a..9f4acf8b791 100644 --- a/.test-infra/jenkins/build.gradle +++ b/.test-infra/jenkins/build.gradle @@ -23,7 +23,7 @@ applyGroovyNature() applyPythonNature() // TODO(https://github.com/apache/beam/issues/20209): Don't hardcode this version, take the value provided by Python nature. -pythonVersion = '3.8' +pythonVersion = '3.12' task generateMetricsReport { dependsOn setupVirtualenv