From: Michał Górny Date: Fri, 7 Feb 2020 06:24:56 +0000 (+0100) Subject: dev-python/argh: Enable py3.8, pypy3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=761a28ae35509c0083f7cb2cb470e4f610c41f9b;p=gentoo.git dev-python/argh: Enable py3.8, pypy3 Signed-off-by: Michał Górny --- diff --git a/dev-python/argh/argh-0.26.2-r2.ebuild b/dev-python/argh/argh-0.26.2-r2.ebuild index 3db3968fa089..d2745e83d700 100644 --- a/dev-python/argh/argh-0.26.2-r2.ebuild +++ b/dev-python/argh/argh-0.26.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 ) inherit distutils-r1