You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/09 14:27:02 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #20549: Remove unnecessary python 3.6 conditionals

jedcunningham commented on code in PR #20549:
URL: https://github.com/apache/airflow/pull/20549#discussion_r846637412


##########
airflow/__init__.py:
##########
@@ -47,8 +47,6 @@
 
 login: Optional[Callable] = None
 
-PY36 = sys.version_info >= (3, 6)
-PY37 = sys.version_info >= (3, 7)

Review Comment:
   I'm actually going to leave there here and in __all__ so we don't break backcompat.



##########
airflow/__init__.py:
##########
@@ -47,8 +47,6 @@
 
 login: Optional[Callable] = None
 
-PY36 = sys.version_info >= (3, 6)
-PY37 = sys.version_info >= (3, 7)

Review Comment:
   I'm actually going to leave these here and in __all__ so we don't break backcompat.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org