jscheffl commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2203523563


##########
airflow-core/pyproject.toml:
##########
@@ -35,7 +35,7 @@ name = "apache-airflow-core"
 description = "Core packages for Apache Airflow, schedule and API server"
 readme = { file = "README.md", content-type = "text/markdown" }
 license-files.globs = ["LICENSE", "3rd-party-licenses/*.txt", "NOTICE"]
-requires-python = ">=3.10,!=3.13"
+requires-python = ">=3.10"

Review Comment:
   I see in the PR that at some places you remove the `!=3.13` and in other 
places you leave it open.
   
   Is a strategy behind this? (e.g. limit upper on top level and all other 
packages implicitly inherit?)
   Does it make sense to limit `!=3.14` in advance or will we (need to) add 
this once 3.14 is made available?



-- 
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]

Reply via email to