From: Michał Górny Date: Sun, 14 Jul 2019 11:59:59 +0000 (+0200) Subject: dev-python/pytest-aiohttp: Enable py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7d419223131b5e85859f380373622885cd2b531;p=gentoo.git dev-python/pytest-aiohttp: Enable py3.7 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild index c08cffd23bb9..9e78899cf5fa 100644 --- a/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild +++ b/dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="pytest plugin for aiohttp support"