Skip to content

Commit

Permalink
chore: waiting for aiohttp 3.9 stable (currently 3.9.0b1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Nov 3, 2023
1 parent 5342348 commit 9e99170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@

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

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

0 comments on commit 9e99170

Please sign in to comment.