This is an automated email from the ASF dual-hosted git repository.

potiuk 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 d8ce94e3a4 Add Airflow 2.10.0 to Provider Compatibility Checks (#41719)
d8ce94e3a4 is described below

commit d8ce94e3a4c2b9f7a208d3c1115b6606f0e5ecac
Author: Jens Scheffler <[email protected]>
AuthorDate: Sun Aug 25 10:43:33 2024 +0200

    Add Airflow 2.10.0 to Provider Compatibility Checks (#41719)
---
 dev/breeze/src/airflow_breeze/global_constants.py | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev/breeze/src/airflow_breeze/global_constants.py 
b/dev/breeze/src/airflow_breeze/global_constants.py
index c9eb63796b..46b0c3d521 100644
--- a/dev/breeze/src/airflow_breeze/global_constants.py
+++ b/dev/breeze/src/airflow_breeze/global_constants.py
@@ -513,7 +513,13 @@ BASE_PROVIDERS_COMPATIBILITY_CHECKS: list[dict[str, str | 
list[str]]] = [
     },
     {
         "python-version": "3.8",
-        "airflow-version": "2.9.1",
+        "airflow-version": "2.9.3",
+        "remove-providers": "",
+        "run-tests": "true",
+    },
+    {
+        "python-version": "3.8",
+        "airflow-version": "2.10.0",
         "remove-providers": "",
         "run-tests": "true",
     },

Reply via email to