summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:15:36 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:11 +0200
commit0fcc1017148528fdd02ad009521a1cce18df8ffc (patch)
tree152b8073f8a35116c85a1f587dd0d843f538d28f /dev-python/urllib3
parentwww-servers/tornado: Enable py3.7 (diff)
downloadgentoo-0fcc1017148528fdd02ad009521a1cce18df8ffc.tar.gz
gentoo-0fcc1017148528fdd02ad009521a1cce18df8ffc.tar.bz2
gentoo-0fcc1017148528fdd02ad009521a1cce18df8ffc.zip
dev-python/urllib3: Enable py3.7
Diffstat (limited to 'dev-python/urllib3')
-rw-r--r--dev-python/urllib3/urllib3-1.23.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/urllib3/urllib3-1.23.ebuild b/dev-python/urllib3/urllib3-1.23.ebuild
index 7dad09add027..8fa669db6d19 100644
--- a/dev-python/urllib3/urllib3-1.23.ebuild
+++ b/dev-python/urllib3/urllib3-1.23.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1