dev-python/argh: Enable py3.8, pypy3

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-07 07:24:56 +01:00
parent 88816c892b
commit 761a28ae35

View File

@@ -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