From: Michał Górny Date: Tue, 11 Feb 2020 07:10:11 +0000 (+0100) Subject: dev-python/sure: Enable py3.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b73a9be93fd3633185cb2999315194815a100a2;p=gentoo.git dev-python/sure: Enable py3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/sure/sure-1.4.11.ebuild b/dev-python/sure/sure-1.4.11.ebuild index d30b2728f231..15447975e25e 100644 --- a/dev-python/sure/sure-1.4.11.ebuild +++ b/dev-python/sure/sure-1.4.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1