Dev-iL commented on code in PR #36755: URL: https://github.com/apache/airflow/pull/36755#discussion_r1496233978
########## airflow/__init__.py: ########## @@ -75,6 +75,7 @@ PY39 = sys.version_info >= (3, 9) PY310 = sys.version_info >= (3, 10) PY311 = sys.version_info >= (3, 11) +PY312 = sys.version_info >= (3, 12) Review Comment: Indeed, one of my builds failed today because of this circular import... -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
