From 70502dc4cedaa0fd943c145dec767ffb18c378f2 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 22 Jan 2020 23:51:00 +0100 Subject: [PATCH] dev-python/pyhamcrest: add Python 3.8 support Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann --- dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild index 5fec9f66af47..37c195ef5829 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 -- 2.26.2