ashb commented on a change in pull request #5469: [AIRFLOW-4842] Add Py2 deprecation notice URL: https://github.com/apache/airflow/pull/5469#discussion_r296730569
########## File path: setup.py ########## @@ -435,4 +435,11 @@ def do_setup(): if __name__ == "__main__": + # Warn about py2 support going away. This likely won't show up if installed Review comment: Added it to webserver, scheduler, version, upgradedb, initdb, and resetdb commands I also re-used coloring code from pip if it's available. ---------------------------------------------------------------- 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
