diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-14 10:01:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-14 14:26:02 +0200 |
commit | 32b393103ac6bb878e3daf5290643dbd58298f23 (patch) | |
tree | c2bdcd09e4887a12c8b1bb39a353b4c62e02a8cb /dev-python/sphinxcontrib-asyncio | |
parent | dev-python/sphinxcontrib-newsfeed: Enable Python 3.7 (diff) | |
download | gentoo-32b393103ac6bb878e3daf5290643dbd58298f23.tar.gz gentoo-32b393103ac6bb878e3daf5290643dbd58298f23.tar.bz2 gentoo-32b393103ac6bb878e3daf5290643dbd58298f23.zip |
dev-python/sphinxcontrib-asyncio: Enable Python 3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-asyncio')
-rw-r--r-- | dev-python/sphinxcontrib-asyncio/sphinxcontrib-asyncio-0.2.0-r2.ebuild | 2 |
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" |