This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 3be0b6c427b Change Airflow Backcompat provider tests to 2.10.3 (#43898)
3be0b6c427b is described below
commit 3be0b6c427bcfaf184c319d600b900ca10481972
Author: Jens Scheffler <[email protected]>
AuthorDate: Tue Nov 12 00:01:52 2024 +0100
Change Airflow Backcompat provider tests to 2.10.3 (#43898)
---
dev/breeze/src/airflow_breeze/global_constants.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev/breeze/src/airflow_breeze/global_constants.py
b/dev/breeze/src/airflow_breeze/global_constants.py
index 042cde12c31..ce0b4f8f2fb 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -379,6 +379,7 @@ AIRFLOW_PYTHON_COMPATIBILITY_MATRIX = {
"2.10.0": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"2.10.1": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"2.10.2": ["3.8", "3.9", "3.10", "3.11", "3.12"],
+ "2.10.3": ["3.8", "3.9", "3.10", "3.11", "3.12"],
}
DB_RESET = False
@@ -585,7 +586,7 @@ BASE_PROVIDERS_COMPATIBILITY_CHECKS: list[dict[str, str |
list[str]]] = [
},
{
"python-version": "3.9",
- "airflow-version": "2.10.1",
+ "airflow-version": "2.10.3",
"remove-providers": "cloudant",
"run-tests": "true",
},