dev-python/sphinxcontrib-websupport-1.1.0: python 3.8 support added.
authorPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:48:25 +0000 (22:48 +0100)
committerPiotr Karbowski <slashbeast@gentoo.org>
Mon, 30 Dec 2019 21:54:09 +0000 (22:54 +0100)
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.1.0.ebuild

index 61359df3df8ad1cd8ff5447133d7b5b2005f8508..b4080ac38a7cd6bb780fffe2ee19b57cb5761124 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit distutils-r1