diff options
author | 2020-02-07 07:24:56 +0100 | |
---|---|---|
committer | 2020-02-07 08:15:06 +0100 | |
commit | 761a28ae35509c0083f7cb2cb470e4f610c41f9b (patch) | |
tree | 82ee365551ecc5081dee2940583b0660cc6809bc /dev-python/argh | |
parent | dev-python/iocapture: Enable py3.8, pypy3 (diff) | |
download | gentoo-761a28ae35509c0083f7cb2cb470e4f610c41f9b.tar.gz gentoo-761a28ae35509c0083f7cb2cb470e4f610c41f9b.tar.bz2 gentoo-761a28ae35509c0083f7cb2cb470e4f610c41f9b.zip |
dev-python/argh: Enable py3.8, pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/argh')
-rw-r--r-- | dev-python/argh/argh-0.26.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |