Fokko commented on a change in pull request #5405: [AIRFLOW-4777] Simplify 
python_requires in setup
URL: https://github.com/apache/airflow/pull/5405#discussion_r292768830
 
 

 ##########
 File path: setup.py
 ##########
 @@ -439,8 +439,9 @@ def do_setup():
             'Intended Audience :: Developers',
             'Intended Audience :: System Administrators',
             'License :: OSI Approved :: Apache Software License',
-            'Programming Language :: Python :: 2.7',
             'Programming Language :: Python :: 3.5',
+            'Programming Language :: Python :: 3.6',
 
 Review comment:
   Good point @mik-laj:
   
   
   For Flake8 [runs against 
3.6.7](https://travis-ci.org/apache/airflow/jobs/544402855#L199-L200), by using 
the system's python binary:
   ```
   python --version
   Python 3.6.7
   ```
   
   For the actual tests, it runs [runs against 
3.5](https://travis-ci.org/apache/airflow/jobs/544588510#L1715) provided by tox.

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