This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch damccorm-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit 81541f0a0e9f336a6c99db8271d14004de3b7006 Author: Danny McCormick <dannymccorm...@google.com> AuthorDate: Tue Sep 24 12:37:52 2024 -0400 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