Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 10506b3

Browse files
committed
Allow aiohttp 3.5
1 parent a69a17f commit 10506b3

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
@@ -9,7 +9,7 @@
99
url='https://github.com/pengutronix/aiohttp-json-rpc/',
1010
author_email='f.scherf@pengutronix.de',
1111
license='Apache 2.0',
12-
install_requires=['aiohttp>=3,<3.5'],
12+
install_requires=['aiohttp>=3,<3.6'],
1313
python_requires='>=3.5',
1414
packages=find_packages(),
1515
zip_safe=False,

0 commit comments

Comments
 (0)