summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:07:36 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2019-12-30 22:54:07 +0100
commit4ec4248cc19bd22ae8d4cac1bfd8b34690e4f7c3 (patch)
treeec0c4c4921e2dc89333a076c4ea174484fb5902d
parentdev-python/subunit-1.2.0-r1: python 3.8 support added. (diff)
downloadgentoo-4ec4248c.tar.gz
gentoo-4ec4248c.tar.bz2
gentoo-4ec4248c.zip
dev-python/testrepository-0.0.20: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
-rw-r--r--dev-python/testrepository/testrepository-0.0.20.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testrepository/testrepository-0.0.20.ebuild b/dev-python/testrepository/testrepository-0.0.20.ebuild
index 6b59ff42d96e..7280d8ccf3b7 100644
--- a/dev-python/testrepository/testrepository-0.0.20.ebuild
+++ b/dev-python/testrepository/testrepository-0.0.20.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1