Bas Harenslak created AIRFLOW-4302:
--------------------------------------
Summary: 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
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)