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

 ##########
 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:
   Good catch! I think all Python version greater than 3.5 should be supported. 
So we should support Python 3.8 here. What do you think?

----------------------------------------------------------------
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