We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effdac0 commit c6b9dcaCopy full SHA for c6b9dca
pyproject.toml
@@ -18,9 +18,9 @@ classifiers = [
18
]
19
20
dependencies = [
21
- "apache-airflow>=2.8,<3.1;python_version=='3.9'",
22
- "apache-airflow>=2.8;python_version>='3.10'",
23
- "apache-airflow~=3.1;python_full_version == '3.12.*'",
+ "apache-airflow>=2.8,<4.0; python_version<'3.12'",
+ "apache-airflow>=3.0,<4.0; python_version>='3.12' and python_version<'3.13'",
+ "apache-airflow>=3.1,<4.0; python_version>='3.13'",
24
"contextlib-chdir==1.0.2;python_version<'3.11'",
25
"dbt-core>=1.8.0,<2.0.0",
26
0 commit comments