AnandInguva commented on code in PR #26156:
URL: https://github.com/apache/beam/pull/26156#discussion_r1166087440


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -2737,9 +2737,8 @@ class BeamModulePlugin implements Plugin<Project> {
       // Python interpreter version for virtualenv setup and test run. This 
value can be
       // set from commandline with -PpythonVersion, or in build script of 
certain project.
       // If none of them applied, version set here will be used as default 
value.
-      // TODO(BEAM-12000): Move default value to Py3.9.
       project.ext.pythonVersion = project.hasProperty('pythonVersion') ?
-          project.pythonVersion : '3.8'
+          project.pythonVersion : '3.11'

Review Comment:
   Looks like this change is non-trivial and need some changes. I will make a 
separate PR for this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to