jscheffl commented on code in PR #49843:
URL: https://github.com/apache/airflow/pull/49843#discussion_r2062533265
##########
dev/breeze/src/airflow_breeze/global_constants.py:
##########
@@ -640,8 +640,7 @@ def get_airflow_extras():
PROVIDERS_COMPATIBILITY_TESTS_MATRIX: list[dict[str, str | list[str]]] = [
{
"python-version": "3.9",
- "airflow-version": "2.9.3",
- "remove-providers": "cloudant common.messaging fab edge3 git",
+ "airflow-version": "2.10.0",
"run-tests": "true",
},
Review Comment:
I think if we do not check compatability with 2.9 we do not need to check
against 2.10.0 as well... as we cover this with 2.10.5 in the block below.
So I'd remove the Airflow 2.9 block w/o replacement.
--
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]