[ 
https://issues.apache.org/jira/browse/AIRFLOW-4302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16816839#comment-16816839
 ] 

ASF GitHub Bot commented on AIRFLOW-4302:
-----------------------------------------

XD-DENG commented on pull request #5092: [AIRFLOW-4302] Remove if 
sys.version_info Python 2 code
URL: https://github.com/apache/airflow/pull/5092
 
 
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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)

Reply via email to