[
https://issues.apache.org/jira/browse/AIRFLOW-4828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871033#comment-16871033
]
Ash Berlin-Taylor commented on AIRFLOW-4828:
--------------------------------------------
As kurtqq mentioned on the PR:
{quote}
I don't think we should remove python_version parameter.
If I run Airflow on Python 3.5 and want to run a task with Python 3.7 I need
the python_version parameter.
Moreover in the future Python 4 will be released. Airflow will likely support
both for a while....
I think the python_version needs to stay it's not unique to Python 2.7
I also think that if someone wants to run something with Python 2.7 with the
PythonVirtualenvOperator he is more than welcome. There is no need to prevent
the user from doing so. Airflow can just remove the test for this so if
something is not working it's the user problem.
{quote}
> Remove param python_version in PythonVirtualenvOperator
> -------------------------------------------------------
>
> Key: AIRFLOW-4828
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4828
> Project: Apache Airflow
> Issue Type: Sub-task
> Components: operators
> Affects Versions: 1.10.3
> Reporter: zhongjiajie
> Assignee: zhongjiajie
> Priority: Major
>
> Remove param python_version in PythonVirtualenvOperator
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)