Skip to content

Commit 5c0b6f2

Browse files
committed
chore: Add comment explaining why an upper boundary is necessary
1 parent 24579d6 commit 5c0b6f2

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
@@ -21,7 +21,7 @@ classifiers = [
2121
]
2222

2323
[tool.poetry.dependencies]
24-
python = ">=3.7.2,<4.0"
24+
python = ">=3.7.2,<4.0" # Airflow providers require this upper boundary
2525

2626
apache-airflow = { version = ">=2.0", optional = true }
2727
apache-airflow-providers-amazon = { version = ">=3.0.0", optional = true }

0 commit comments

Comments
 (0)