Skip to content

Commit a9af109

Browse files
millintomasfarias
authored andcommitted
fix: update apache-airflow dependency range for Python 3.12
1 parent 77656ea commit a9af109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020

2121
dependencies = [
2222
"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'",
23+
"apache-airflow>=2.9,<4.0; python_version>='3.12' and python_version<'3.13'",
2424
"apache-airflow>=3.1,<4.0; python_version>='3.13'",
2525
"contextlib-chdir==1.0.2;python_version<'3.11'",
2626
"dbt-core>=1.8.0,<2.0.0",

0 commit comments

Comments
 (0)