diff --git a/requirements-dev.txt b/requirements-dev.txt index 04cea66..a08830f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,5 +9,4 @@ pytest-cov==2.10.1 pytest-html==2.1.1 ddt==1.4.1 typing -asynctest==0.13.0 -yarl==1.9.4 \ No newline at end of file +asynctest==0.13.0 \ No newline at end of file diff --git a/tox.ini b/tox.ini index 3d8b178..1a9c0a0 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,8 @@ envlist = py38-aiohttp{34,35,36,37,38} py39-aiohttp{37,38} py310-aiohttp{37,38} - py311-aiohttp38 + py311-aiohttp{38,39} + py312-aiohttp{38,39,310,311} skipsdist = True [testenv:flake8]