jrmccluskey commented on code in PR #35018:
URL: https://github.com/apache/beam/pull/35018#discussion_r2109308151


##########
sdks/python/conftest.py:
##########
@@ -22,7 +22,7 @@
 from apache_beam.options import pipeline_options
 from apache_beam.testing.test_pipeline import TestPipeline
 
-MAX_SUPPORTED_PYTHON_VERSION = (3, 8)
+MAX_SUPPORTED_PYTHON_VERSION = (3, 13)

Review Comment:
   This is one I genuinely just saw while I was going through the code base and 
updated (since 3.8 hasn't been the max supported python version in quite some 
time.) I don't think the variable is particularly load bearing since we haven't 
been using 3.8 for months



-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to