summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-27 22:17:19 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-28 09:59:57 +0200
commit4221e0a5636428b4414719c3a4d41da2835d4018 (patch)
treec5971c881805b63abe2c0bc3856245f38bc53243 /dev-python/pip
parentprofiles/arch/ia64: Mask py39 (diff)
downloadgentoo-4221e0a5636428b4414719c3a4d41da2835d4018.tar.gz
gentoo-4221e0a5636428b4414719c3a4d41da2835d4018.tar.bz2
gentoo-4221e0a5636428b4414719c3a4d41da2835d4018.zip
dev-python/pip: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pip')
-rw-r--r--dev-python/pip/pip-20.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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