Skip to content

Commit 1389c07

Browse files
committed
fix: More exclude versions from CI
1 parent 3b849ea commit 1389c07

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
- airflow-version: '2.10'
4747
python-version: '3.13'
4848

49+
# Airflow dropped support for Python 3.9 in >=3.1
50+
- airflow-version: '3.1'
51+
python-version: '3.9'
52+
4953
# Dbt added 3.13 support in >=1.10
5054
- dbt-version: '1.9.10'
5155
python-version: '3.13'

0 commit comments

Comments
 (0)