summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-14 13:59:59 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-14 14:26:35 +0200
commitd7d419223131b5e85859f380373622885cd2b531 (patch)
tree4372b7fb6342bc685ac3e58efe1f8eb77fd8d446 /dev-python
parentdev-python/aiohttp: Bump to 3.5.4, enable py3.7 (diff)
downloadgentoo-d7d419223131b5e85859f380373622885cd2b531.tar.gz
gentoo-d7d419223131b5e85859f380373622885cd2b531.tar.bz2
gentoo-d7d419223131b5e85859f380373622885cd2b531.zip
dev-python/pytest-aiohttp: Enable py3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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"