eladkal commented on code in PR #30994:
URL: https://github.com/apache/airflow/pull/30994#discussion_r1182932110
##########
dev/provider_packages/prepare_provider_packages.py:
##########
@@ -54,6 +54,10 @@
ALL_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"]
+MIN_AIRFLOW_VERSION = "2.4.0"
+
+MIN_AIRFLOW_VERSION_EXCEPTIONS = {"openlineage": "2.6.0"}
Review Comment:
No need... This is script for release manager.
We know what it does and how.
The issue was more about keep it sync with the provider updates (if choose
to update min airflow version outside of regular cycle) but that is not issue
worst case we will discover it when preparing release and it can be adressed
then.
--
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]