Skip to content

Commit

Permalink
Change Airflow Backcompat provider tests to 2.10.3 (apache#43898)
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheffl authored Nov 11, 2024
1 parent 57b61f8 commit 3be0b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/breeze/src/airflow_breeze/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ def get_default_platform_machine() -> str:
"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
Expand Down Expand Up @@ -585,7 +586,7 @@ def get_airflow_extras():
},
{
"python-version": "3.9",
"airflow-version": "2.10.1",
"airflow-version": "2.10.3",
"remove-providers": "cloudant",
"run-tests": "true",
},
Expand Down

0 comments on commit 3be0b6c

Please sign in to comment.