Skip to content

Commit

Permalink
fix: remove upper bound on python requirement (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
dimbleby and bdraco authored Aug 7, 2024
1 parent 7bbb2bf commit 0de1e53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 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 @@ -30,7 +30,7 @@ packages = [
"Changelog" = "https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md"

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

[tool.poetry.group.dev.dependencies]
pytest = "^7.0"
Expand Down

0 comments on commit 0de1e53

Please sign in to comment.