dev-python/pytest-aiohttp: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 11:59:59 +0000 (13:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 12:26:35 +0000 (14:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pytest-aiohttp/pytest-aiohttp-0.3.0.ebuild

index c08cffd23bb92c1f73472bd3084d8664ffdb1772..9e78899cf5fa91375d563bb688c7a43c29eba106 100644 (file)
@@ -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"