bolkedebruin commented on code in PR #34683:
URL: https://github.com/apache/airflow/pull/34683#discussion_r1341387393


##########
setup.py:
##########
@@ -270,6 +270,9 @@ def write_version(filename: str = str(AIRFLOW_SOURCES_ROOT 
/ "airflow" / "git_ve
 atlas = [
     "atlasclient>=0.1.2",
 ]
+backports = [
+    "backports.zoneinfo>=0.2.1;python_version<'3.9'",
+]

Review Comment:
   Yes, you are absolutely right.



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