diff --git a/setup.py b/setup.py index 773aacc5..cbc75405 100644 --- a/setup.py +++ b/setup.py @@ -39,8 +39,8 @@ ] + tests_requires install_aiohttp_requires = [ - "aiohttp>=3.8.0,<4;python_version<='3.11'", - "aiohttp>=3.9.0b0,<4;python_version>'3.11'", + "aiohttp>=3.8.0,<4;python_version<'3.11'", + "aiohttp>=3.9.0b0,<4;python_version>='3.11'", ] install_requests_requires = [