potiuk commented on code in PR #36755: URL: https://github.com/apache/airflow/pull/36755#discussion_r1496273904
########## 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: > Should we also drop a support of them? e.g. deprecate and move it into the __getatrr__ if someone of the users detect their python versions by the airflow, which not a part of public Interface Yes why not - separate PR -- 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]
