From 81541f0a0e9f336a6c99db8271d14004de3b7006 Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 24 Sep 2024 12:37:52 -0400 Subject: [PATCH 1/2] 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 37c9c4d8d6ae..9f4acf8b7919 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 From 6a46b0de0db201fdd9346e9b1ffdb7ac6e341d8d Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Tue, 24 Sep 2024 12:45:28 -0400 Subject: [PATCH 2/2] Take version from default --- .test-infra/jenkins/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/.test-infra/jenkins/build.gradle b/.test-infra/jenkins/build.gradle index 9f4acf8b7919..df43717e2fc3 100644 --- a/.test-infra/jenkins/build.gradle +++ b/.test-infra/jenkins/build.gradle @@ -22,9 +22,6 @@ plugins { applyGroovyNature() applyPythonNature() -// TODO(https://github.com/apache/beam/issues/20209): Don't hardcode this version, take the value provided by Python nature. -pythonVersion = '3.12' - task generateMetricsReport { dependsOn setupVirtualenv def metricsReportFilename = "beam-metrics_report.html"