File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - ' 3.0.6'
3636 - ' 2.10.4'
3737 dbt-version :
38- - ' 1.10.13 '
39- - ' 1.9.10 '
38+ - ' 1.11.2 '
39+ - ' 1.10.17 '
4040 exclude :
4141 # Airflow added 3.13 support in >=3.1
4242 - airflow-version : ' 3.0.6'
4545 - airflow-version : ' 2.10.4'
4646 python-version : ' 3.13'
4747
48- # Dbt added 3.13 support in >=1.10
49- - dbt-version : ' 1.9.10'
50- python-version : ' 3.13'
51-
5248 runs-on : ubuntu-latest
5349 steps :
5450 - name : Harden Runner
@@ -105,7 +101,7 @@ jobs:
105101
106102 - name : Static type checking with mypy
107103 # We only run mypy on the latest supported versions of Airflow & dbt,
108- if : matrix.python-version == '3.13' && matrix.airflow-version == '3.1.1' && matrix.dbt-version == '1.10.13 '
104+ if : matrix.python-version == '3.13' && matrix.airflow-version == '3.1.1' && matrix.dbt-version == '1.11.12 '
109105 run : uv run mypy .
110106
111107 - name : Code formatting with ruff
You can’t perform that action at this time.
0 commit comments