diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:15:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:57:11 +0200 |
commit | 0fcc1017148528fdd02ad009521a1cce18df8ffc (patch) | |
tree | 152b8073f8a35116c85a1f587dd0d843f538d28f /dev-python/urllib3 | |
parent | www-servers/tornado: Enable py3.7 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |