From: Michał Górny Date: Wed, 27 May 2020 20:17:19 +0000 (+0200) Subject: dev-python/pip: Port to py39 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4221e0a5636428b4414719c3a4d41da2835d4018;p=gentoo.git dev-python/pip: Port to py39 Signed-off-by: Michał Górny --- diff --git a/dev-python/pip/pip-20.1.1.ebuild b/dev-python/pip/pip-20.1.1.ebuild index b91120f614ed..2d53216220c2 100644 --- a/dev-python/pip/pip-20.1.1.ebuild +++ b/dev-python/pip/pip-20.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) PYTHON_REQ_USE="ssl(+),threads(+)" inherit bash-completion-r1 distutils-r1 multiprocessing