bugraoz93 commented on code in PR #48914:
URL: https://github.com/apache/airflow/pull/48914#discussion_r2042900248
##########
airflow-ctl/pyproject.toml:
##########
@@ -20,7 +20,7 @@ name = "apache-airflow-ctl"
dynamic = ["version"]
description = "Apache Airflow command line tool for communicating with an
Apache Airflow, using the API."
readme = { file = "README.md", content-type = "text/markdown" }
-requires-python = ">=3.9, <3.13"
+requires-python = ">=3.10, <3.13"
Review Comment:
We need to do more than change this to lose support for `3.9`, so let's keep
the `3.10+` PR separate. I created a PR for fixing the issue with ExtraLinks
and excluding the entire package from MyPY for some Enum conversions. Let's
rebase after that one is merged.
#49250
--
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]