tvalentyn commented on code in PR #22974: URL: https://github.com/apache/beam/pull/22974#discussion_r961043576
########## .pre-commit-config.yaml: ########## @@ -11,7 +11,7 @@ # limitations under the License. default_language_version: - python: python3.7 + python: python3 Review Comment: We typically specify the lowest minor version we support when doing checks. It would be good to maintain consistency with https://github.com/apache/beam/blob/ac3766ab4847963a52d5fd5ad0c34456dbf54c65/sdks/python/tox.ini#L20 , which uses 3.7 -- 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]
