tvalentyn commented on a change in pull request #13393:
URL: https://github.com/apache/beam/pull/13393#discussion_r529135483
##########
File path: .test-infra/jenkins/PythonTestProperties.groovy
##########
@@ -17,6 +17,7 @@
*/
class PythonTestProperties {
+ final static List<String> SUPPORTED_CONTAINER_TASKS = ['py36', 'py37',
'py38']
Review comment:
@lazylynx FYI we could make use of the ALL_SUPPORTED_VERSIONS instead of
this constant after your upcoming change
(https://github.com/apache/beam/pull/13382).
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]