Skip to content

Commit 84f968c

Browse files
hugovkmvantellingen
authored andcommitted
Bump aiohttp pin to support Python 3.10
1 parent 8a78876 commit 84f968c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extras =
2121
py{36,37,38,39,310}: async
2222
deps =
2323
py{36,37,38,39,310}: aioresponses==0.5.0
24-
py{36,37,38,39,310}: aiohttp==3.4.4
24+
py{36,37,38,39,310}: aiohttp==3.7.4
2525
py{36,37,38,39,310}: pytest-asyncio==0.11.0
2626
commands = coverage run --parallel -m pytest {posargs}
2727

0 commit comments

Comments
 (0)