commit: ef966d23db389ff249fc7bce05c3a1e98a05322c
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 21:35:52 2019 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 21:54:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef966d23
dev-python/sphinx-testing-1.0.1-r1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
dev-python/sphinx-testing/sphinx-testing-1.0.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 63d200fdbe5..cf85de9a584 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