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 8be14ce1d5c59bfb29dad8b20f4604d4d611ef48 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 cd9e6f495a0..d158b08d68f 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", }, {
