Skip to content

Commit

Permalink
Update build.gradle to use 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Sep 24, 2024
1 parent c3be9f0 commit 81541f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/jenkins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81541f0

Please sign in to comment.