Skip to content

Commit

Permalink
fix list for python3.7 and 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
skar404 committed Apr 6, 2024
1 parent c5818a3 commit d72f7dc
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 @@ -18,7 +18,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
aiohttp = [
{ version = ">=3.8.0,<3.9", python = ">=3.7,<3.8" },
{ version = ">=3.8.6,<3.9", python = ">=3.7,<3.8" },
{ version = ">=3.9.3", python = ">=3.8" }
]

Expand Down

0 comments on commit d72f7dc

Please sign in to comment.