Skip to content

Commit

Permalink
Disable test for Airflow-2.5 and Python-3.11 combination
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 29, 2024
1 parent b8a14a3 commit f50734f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
exclude:
- python-version: "3.11"
airflow-version: "2.4"
- python-version: "3.11"
airflow-version: "2.5"
# Apache Airflow versions prior to 2.9.0 have not been tested with Python 3.12.
# Official support for Python 3.12 and the corresponding constraints.txt are available only for Apache Airflow >= 2.9.0.
# See: https://github.com/apache/airflow/tree/2.9.0?tab=readme-ov-file#requirements
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
exclude:
- python-version: "3.11"
airflow-version: "2.4"
- python-version: "3.11"
airflow-version: "2.5"
services:
postgres:
image: postgres
Expand Down

0 comments on commit f50734f

Please sign in to comment.