From 4ec4248cc19bd22ae8d4cac1bfd8b34690e4f7c3 Mon Sep 17 00:00:00 2001 From: Piotr Karbowski Date: Mon, 30 Dec 2019 22:07:36 +0100 Subject: [PATCH] dev-python/testrepository-0.0.20: python 3.8 support added. Signed-off-by: Piotr Karbowski --- dev-python/testrepository/testrepository-0.0.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2