Skip to content

Commit

Permalink
Merge pull request #311 from dimbleby/remove-python-upper-bound
Browse files Browse the repository at this point in the history
remove unnecessary python upper bound
  • Loading branch information
corenting authored Mar 9, 2024
2 parents 405e337 + 9243741 commit 8a32518
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ include = [
"Donation" = "https://corenting.fr/donate"

[tool.poetry.dependencies]
python = "^3.8"
python = ">=3.8"

[tool.poetry.dev-dependencies]
coverage = "*"
Expand Down

0 comments on commit 8a32518

Please sign in to comment.