We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3da12 commit c1ff4abCopy full SHA for c1ff4ab
setup.py
@@ -37,6 +37,7 @@
37
38
install_aiohttp_requires = [
39
"aiohttp>=3.8,<4",
40
+ "aiohttp==3.9.0b0; python_version >= '3.12'",
41
]
42
43
install_quart_requires = ["quart>=0.15,<1"]
0 commit comments