bolkedebruin commented on code in PR #34804: URL: https://github.com/apache/airflow/pull/34804#discussion_r1348722649
########## 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: Ah, so we need to exclude it indeed if PY > 3.9 and also not make it part of the serializers then -- 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