tvalentyn commented on code in PR #25970:
URL: https://github.com/apache/beam/pull/25970#discussion_r1157794836


##########
gradle.properties:
##########
@@ -38,5 +38,8 @@ javaVersion=1.8
 docker_image_default_repo_root=apache
 docker_image_default_repo_prefix=beam_
 
+# supported flink versions
 flink_versions=1.12,1.13,1.14,1.15,1.16
+# supported python versions
+python_versions=3.7,3.8,3.9,3.10

Review Comment:
   [there is also 
https://github.com/apache/beam/blob/master/sdks/python/test-suites/gradle.properties
 Would be good to see if we can these version configurations together.



##########
gradle.properties:
##########
@@ -38,5 +38,8 @@ javaVersion=1.8
 docker_image_default_repo_root=apache
 docker_image_default_repo_prefix=beam_
 
+# supported flink versions
 flink_versions=1.12,1.13,1.14,1.15,1.16
+# supported python versions
+python_versions=3.7,3.8,3.9,3.10

Review Comment:
   there is also 
https://github.com/apache/beam/blob/master/sdks/python/test-suites/gradle.properties
 Would be good to see if we can these version configurations together.



-- 
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