Fokko edited a comment on issue #3815: [AIRFLOW-2973] Add Python 3.6 to Supported Prog Langs URL: https://github.com/apache/incubator-airflow/pull/3815#issuecomment-429267944 @gerardo When updating the CI, we run into problems since we need a to point the Python3 tests to the Python 3 image: https://travis-ci.org/Fokko/incubator-airflow I think we need to get rid of the `python3` and `python3.6` command and generalize everything to just `python`, and pick the correct base images if we run on either `python2` or `python3`. I think updating to Python 3.7 doesn't make sense since a lot of companies are still on 3.6 (or even lower :-)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
