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 77656ea commit a9af109Copy full SHA for a9af109
1 file changed
pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
21
dependencies = [
22
"apache-airflow>=2.8,<4.0; python_version<'3.12'",
23
- "apache-airflow>=3.0,<4.0; python_version>='3.12' and python_version<'3.13'",
+ "apache-airflow>=2.9,<4.0; python_version>='3.12' and python_version<'3.13'",
24
"apache-airflow>=3.1,<4.0; python_version>='3.13'",
25
"contextlib-chdir==1.0.2;python_version<'3.11'",
26
"dbt-core>=1.8.0,<2.0.0",
0 commit comments