Skip to content

Commit

Permalink
Add Airflow 2.10.0 to Provider Compatibility Checks (apache#41719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl committed Aug 25, 2024
1 parent 59132f3 commit d8ce94e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,13 @@ def get_airflow_extras():
},
{
"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",
},
Expand Down

0 comments on commit d8ce94e

Please sign in to comment.