Skip to content

Commit

Permalink
Add explicit Python version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jun 24, 2024
1 parent d8e54a4 commit ca7654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dynamic = ["version"]
requires-python = "~=3.8"
requires-python = ">=3.8, <=3.12"
dependencies = [
"apache-airflow>=2.7",
"pyyaml",
Expand Down

0 comments on commit ca7654c

Please sign in to comment.