potiuk commented on a change in pull request #5469: [AIRFLOW-4842] Add Py2 deprecation notice URL: https://github.com/apache/airflow/pull/5469#discussion_r296652498
########## 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: Maybe we should add similar warning in the airflow script? Then it will be printed every time you run any cli command. It's a bit spammy, but maybe it's the best way to warn users. ---------------------------------------------------------------- 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
