Taragolis commented on code in PR #34804:
URL: https://github.com/apache/airflow/pull/34804#discussion_r1348721685


##########
setup.py:
##########
@@ -462,7 +462,7 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT 
/ "airflow" / "git_ve
 
 _devel_only_tests = [
     "aioresponses",
-    "backports.zoneinfo>=0.2.1;python_version<'3.9'",
+    "backports.zoneinfo>=0.2.1",

Review Comment:
   
https://github.com/pganssle/zoneinfo#installation-and-depending-on-this-library
   
   > Support for backports.zoneinfo in Python 3.9+ is currently minimal, since 
it is expected that you would use the standard library zoneinfo module instead



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to