diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-14 22:08:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 21:56:23 +0200 |
commit | 68a40c191a43d51e8442a0508ff6c048265a1bde (patch) | |
tree | 8ca1e36a8a0d1e7b42af659a2bbbbec5e4eb9029 /dev-python/setuptools | |
parent | dev-python/cython: Disable obsolete with_outer_raising test (diff) | |
download | gentoo-68a40c191a43d51e8442a0508ff6c048265a1bde.tar.gz gentoo-68a40c191a43d51e8442a0508ff6c048265a1bde.tar.bz2 gentoo-68a40c191a43d51e8442a0508ff6c048265a1bde.zip |
dev-python/setuptools: Enable py3.7
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/setuptools-40.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-40.0.0.ebuild b/dev-python/setuptools/setuptools-40.0.0.ebuild index 60944fe53622..25ed8958758d 100644 --- a/dev-python/setuptools/setuptools-40.0.0.ebuild +++ b/dev-python/setuptools/setuptools-40.0.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 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="xml(+)" inherit distutils-r1 diff --git a/dev-python/setuptools/setuptools-9999.ebuild b/dev-python/setuptools/setuptools-9999.ebuild index 28829b6f5f08..ffd124714700 100644 --- a/dev-python/setuptools/setuptools-9999.ebuild +++ b/dev-python/setuptools/setuptools-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 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="xml(+)" inherit distutils-r1 |