summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:35:52 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:54:08 +0100
commitef966d23db389ff249fc7bce05c3a1e98a05322c (patch)
tree66242a59a436390cc4ba6919e8773d1a533e7dc2
parentdev-python/sphinx-aiohttp-theme-0.1.6: python 3.8 support added. (diff)
downloadgentoo-ef966d23db389ff249fc7bce05c3a1e98a05322c.tar.gz
gentoo-ef966d23db389ff249fc7bce05c3a1e98a05322c.tar.bz2
gentoo-ef966d23db389ff249fc7bce05c3a1e98a05322c.zip
dev-python/sphinx-testing-1.0.1-r1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
-rw-r--r--dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
index 63d200fdbe55..cf85de9a5845 100644
--- a/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
+++ b/dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{5,6,7,8} )
inherit distutils-r1