Skip to content

Commit

Permalink
Merge pull request #18 from sisp/chore/remove-python-upper-bound
Browse files Browse the repository at this point in the history
Remove upper bound from Python version specifier
  • Loading branch information
timofurrer committed Mar 21, 2024
2 parents e278a2d + d1db080 commit 6641cde
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 @@ -9,7 +9,7 @@ repository = "https://github.com/click-contrib/click-didyoumean"
readme = "README.rst"

[tool.poetry.dependencies]
python = "^3.6.2"
python = ">=3.6.2"
click = ">=7"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 6641cde

Please sign in to comment.