[
https://issues.apache.org/jira/browse/AIRFLOW-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816840#comment-16816840
]
ASF subversion and git services commented on AIRFLOW-4302:
----------------------------------------------------------
Commit 3e7907749137aa5c1e688e57203c52e0ccbb7da5 in airflow's branch
refs/heads/master from BasPH
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=3e79077 ]
[AIRFLOW-4302] Remove if sys.version_info Python 2 code (#5092)
> Remove "if sys.version_info" calls
> ----------------------------------
>
> Key: AIRFLOW-4302
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4302
> Project: Apache Airflow
> Issue Type: Sub-task
> Reporter: Bas Harenslak
> Priority: Major
>
> In a couple of locations in the code, we have if statements like:
> * if sys.version_info[0] < 3
> * if sys.version_info[0] == 2
> These can be removed now that we'reĀ dropping Python 2 support.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)