8000 chore: waiting for aiohttp 3.9 stable (currently 3.9.0rc0) · graphql-python/graphql-server@32bd2ea · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit 32bd2ea

Browse files
committed
chore: waiting for aiohttp 3.9 stable (currently 3.9.0rc0)
1 parent 9e99170 commit 32bd2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.0b1; python_version >= '3.12'",
37+
"aiohttp==3.9.0rc0; python_version >= '3.12'",
3838
]
3939

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

0 commit comments

Comments
 (0)
0