This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 5d13b1a690bac7a6eccbd464cba6ed81d169ba0b Author: Jens Scheffler <[email protected]> AuthorDate: Sun Dec 7 23:59:39 2025 +0100 [v3-1-test] Drop Airflow 2 Support in Edge Provider (#59143) (#59179) * Drop Airflow 2 Support in Edge Provider * Fix pytests * Add note about support in changelog (cherry picked from commit fffab39f99607e3c54842342fdc982babd403707) --- dev/breeze/src/airflow_breeze/global_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/breeze/src/airflow_breeze/global_constants.py b/dev/breeze/src/airflow_breeze/global_constants.py index 8f7ad708400..2010b743b27 100644 --- a/dev/breeze/src/airflow_breeze/global_constants.py +++ b/dev/breeze/src/airflow_breeze/global_constants.py @@ -736,7 +736,7 @@ PROVIDERS_COMPATIBILITY_TESTS_MATRIX: list[dict[str, str | list[str]]] = [ { "python-version": "3.10", "airflow-version": "2.11.0", - "remove-providers": "common.messaging fab git keycloak", + "remove-providers": "common.messaging edge3 fab git keycloak", "run-unit-tests": "true", }, {
