From: Michał Górny Date: Mon, 16 Dec 2019 14:07:01 +0000 (+0100) Subject: dev-python/python-fastimport: Tested on python3.8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=96ac25f0cc761be0b69a21141193457a3dc04841;p=gentoo.git dev-python/python-fastimport: Tested on python3.8 Signed-off-by: Michał Górny --- diff --git a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild index a6971f7c4fa8..324652f9d86f 100644 --- a/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild +++ b/dev-python/python-fastimport/python-fastimport-0.9.8.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7,8}} ) inherit distutils-r1