Skip to content

Commit 9e99170

Browse files
committed
chore: waiting for aiohttp 3.9 stable (currently 3.9.0b1)
1 parent 5342348 commit 9e99170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
install_aiohttp_requires = [
3636
"aiohttp>=3.8,<4",
37-
"aiohttp==3.9.0b0; python_version >= '3.12'",
37+
"aiohttp==3.9.0b1; python_version >= '3.12'",
3838
]
3939

4040
install_quart_requires = ["quart>=0.15,<1"]

0 commit comments

Comments
 (0)