Skip to content

Commit

Permalink
chore: set minimal aiohttp version for python 12
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Nov 20, 2023
1 parent 32bd2ea commit d85fbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

install_aiohttp_requires = [
"aiohttp>=3.8,<4",
"aiohttp==3.9.0rc0; python_version >= '3.12'",
"aiohttp>=3.9,<4; python_version >= '3.12'",
]

install_quart_requires = ["quart>=0.15,<1"]
Expand Down

0 comments on commit d85fbcb

Please sign in to comment.