From: Piotr Karbowski Date: Mon, 30 Dec 2019 21:07:36 +0000 (+0100) Subject: dev-python/testrepository-0.0.20: python 3.8 support added. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4ec4248cc19bd22ae8d4cac1bfd8b34690e4f7c3;p=gentoo.git dev-python/testrepository-0.0.20: python 3.8 support added. Signed-off-by: Piotr Karbowski --- 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