bugraoz93 commented on code in PR #58653: URL: https://github.com/apache/airflow/pull/58653#discussion_r2558127700
########## airflow-ctl/pyproject.toml: ########## @@ -26,7 +26,8 @@ license-files = ["LICENSE", "NOTICE"] # out-of-the box. Airflow-ctl is a small tool that does not have many dependencies and does not use # sophisticated features of Python, so it should work with Python 3.14+ once all it's dependencies are # updated to support it. -requires-python = ">=3.10" + +requires-python = ">=3.10,<3.14" Review Comment: Great to know! Thanks Jarek! Will start follow our toolings more closely. I missed this one :pray: -- 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]
