From: Michał Górny Date: Wed, 27 May 2020 07:05:30 +0000 (+0200) Subject: dev-python/jaraco-envs: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=30423bc17f9020bbf5141bb806c51ea8689e9d37;p=gentoo.git dev-python/jaraco-envs: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild b/dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild index 19150c3ae89d..17dd0999bac8 100644 --- a/dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild +++ b/dev-python/jaraco-envs/jaraco-envs-1.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) inherit distutils-r1 MY_PN="${PN//-/.}"