commit: d7d419223131b5e85859f380373622885cd2b531
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 11:59:59 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 12:26:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d41922
dev-python/pytest-aiohttp: Enable py3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 c08cffd23bb..9e78899cf5f 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"