Skip to content

Commit

Permalink
Add Apache Airflow 2.9 to the test matrix (#940)
Browse files Browse the repository at this point in the history
[Apache Airflow 2.9](https://pypi.org/project/apache-airflow/2.9.0/ )
was released in April 2024; this PR adds it to our test matrix to
confirm Cosmos continues behaving as expected in this last Airflow
release.
  • Loading branch information
tatiana authored May 3, 2024
1 parent 3eadaeb commit 605dc9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
airflow-version: ["2.3", "2.4", "2.5", "2.6", "2.7", "2.8"]
airflow-version: ["2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9"]
exclude:
- python-version: "3.11"
airflow-version: "2.3"
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
airflow-version: ["2.3", "2.4", "2.5", "2.6", "2.7", "2.8"]
airflow-version: ["2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9"]
exclude:
- python-version: "3.11"
airflow-version: "2.3"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pre-install-commands = ["sh scripts/test/pre-install-airflow.sh {matrix:airflow}

[[tool.hatch.envs.tests.matrix]]
python = ["3.8", "3.9", "3.10", "3.11"]
airflow = ["2.3", "2.4", "2.5", "2.6", "2.7", "2.8"]
airflow = ["2.3", "2.4", "2.5", "2.6", "2.7", "2.8", "2.9"]

[tool.hatch.envs.tests.overrides]
matrix.airflow.dependencies = [
Expand Down

0 comments on commit 605dc9a

Please sign in to comment.