summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-14 10:01:13 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-14 14:26:02 +0200
commit32b393103ac6bb878e3daf5290643dbd58298f23 (patch)
treec2bdcd09e4887a12c8b1bb39a353b4c62e02a8cb
parentdev-python/sphinxcontrib-newsfeed: Enable Python 3.7 (diff)
downloadgentoo-32b39310.tar.gz
gentoo-32b39310.tar.bz2
gentoo-32b39310.zip
dev-python/sphinxcontrib-asyncio: Enable Python 3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
index 7a46f7473fc7..f68ae6d84125 100644
--- a/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
+++ b/dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild
@@ -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"