potiuk edited a comment on pull request #20238: URL: https://github.com/apache/airflow/pull/20238#issuecomment-998780796
> python2 is still in the DockerFile , maybe the opportunity to remove it ? It's there for a reason. Python2 + Python Virtualenv is our offer to the users who still (?) have a need to run Python2 code. It's part of the migration process we have: * https://airflow.apache.org/docs/apache-airflow/stable/upgrading-from-1-10/index.html#step-1-switch-to-python-3 We have a lot of enterprise users who are (hopefully) going to move away soon from it. And since it does not cost us much, we have Python 2 added to our image and even tests in our CI that test if PythonVirtualenv work for Python2. I think removal of Python 2 from our tests/image should be done after voting that we want to drop it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
