You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/08/11 02:00:53 UTC

[GitHub] [beam] aaltay commented on a change in pull request #12525: [BEAM-10644] Mark Beam 2.24.0 as the last release with Py2 and Py35 support.

aaltay commented on a change in pull request #12525:
URL: https://github.com/apache/beam/pull/12525#discussion_r468282889



##########
File path: sdks/python/setup.py
##########
@@ -263,8 +263,13 @@ def run(self):
 
 if sys.version_info.major == 2:
   warnings.warn(
-      'You are using Apache Beam with Python 2. '
-      'New releases of Apache Beam will soon support Python 3 only.')
+      'You are using the final Apache Beam release with Python 2 support. '
+      'New releases of Apache Beam will require Python 3.6 or newer version.')

Review comment:
       s/newer version/a newer version or s/newer version/newer 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.

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