jscheffl commented on code in PR #49843:
URL: https://github.com/apache/airflow/pull/49843#discussion_r2062548060
##########
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:
In the past the provider compatability tests were always made against the
latest patch of each minor release. So when 2.10.5 was released we changed
back-compat tests from 2.10.4 to 2.10.5.
--
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]