dev-python/sphinxcontrib-asyncio: Enable Python 3.7
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 08:01:13 +0000 (10:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 12:26:02 +0000 (14:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild

index 7a46f7473fc75d5c9edc1120328e94cfa70d8434..f68ae6d84125a49d78bc83acd13d517696133bef 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit distutils-r1
 
 DESCRIPTION="sphinx extension to support coroutines in markup"