Skip to content

Commit 7683e9e

Browse files
committed
We need at least aiohttp v3.11.2
See https://docs.aiohttp.org/en/stable/changes.html
1 parent ccd23ec commit 7683e9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
] + tests_requires
3939

4040
install_aiohttp_requires = [
41-
"aiohttp>=3.8.0,<4;python_version<='3.11'",
42-
"aiohttp>=3.9.0b0,<4;python_version>'3.11'",
41+
"aiohttp>=3.11.2,<4",
4342
]
4443

4544
install_requests_requires = [

0 commit comments

Comments
 (0)