[GitHub] [airflow] uranusjr commented on a change in pull request #19060: Warn about unsupported Python 3.10

2021-10-19 Thread GitBox
uranusjr commented on a change in pull request #19060: URL: https://github.com/apache/airflow/pull/19060#discussion_r732165202 ## File path: airflow/__main__.py ## @@ -19,20 +19,31 @@ # under the License. """Main executable module""" - +import logging import os +import

[GitHub] [airflow] uranusjr commented on a change in pull request #19060: Warn about unsupported Python 3.10

2021-10-18 Thread GitBox
uranusjr commented on a change in pull request #19060: URL: https://github.com/apache/airflow/pull/19060#discussion_r731444613 ## File path: airflow/__main__.py ## @@ -19,20 +19,28 @@ # under the License. """Main executable module""" - +import logging import os import