hequn8128 commented on a change in pull request #9947: [FLINK-14469][python] 
Drop Python 2 support
URL: https://github.com/apache/flink/pull/9947#discussion_r336925577
 
 

 ##########
 File path: flink-python/setup.py
 ##########
 @@ -24,8 +24,8 @@
 
 from setuptools import setup
 
-if sys.version_info < (2, 7):
-    print("Python versions prior to 2.7 are not supported for PyFlink.",
+if sys.version_info < (3, 5):
 
 Review comment:
   Should we also check version that bigger than 3.7? 3.8 is released on 14 
October 2019 and we have only covered 3.5, 3.6, 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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to