tvalentyn commented on code in PR #27194:
URL: https://github.com/apache/beam/pull/27194#discussion_r1235926011
##########
.github/actions/setup-default-test-properties/test-properties.json:
##########
@@ -1,14 +1,14 @@
{
"PythonTestProperties": {
- "ALL_SUPPORTED_VERSIONS": ["3.7", "3.8", "3.9", "3.10", "3.11"],
- "LOWEST_SUPPORTED": ["3.7"],
+ "ALL_SUPPORTED_VERSIONS": ["3.8", "3.9", "3.10", "3.11"],
+ "LOWEST_SUPPORTED": ["3.8"],
"HIGHEST_SUPPORTED": ["3.11"],
- "ESSENTIAL_VERSIONS": ["3.7", "3.11"],
- "CROSS_LANGUAGE_VALIDATES_RUNNER_PYTHON_VERSIONS": ["3.7", "3.11"],
+ "ESSENTIAL_VERSIONS": ["3.11"],
+ "CROSS_LANGUAGE_VALIDATES_RUNNER_PYTHON_VERSIONS": ["3.11"],
Review Comment:
refer to essential versions
--
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]