commit: 761a28ae35509c0083f7cb2cb470e4f610c41f9b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 06:24:56 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 07:15:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761a28ae
dev-python/argh: Enable py3.8, pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/argh/argh-0.26.2-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/argh/argh-0.26.2-r2.ebuild
b/dev-python/argh/argh-0.26.2-r2.ebuild
index 3db3968fa08..d2745e83d70 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