summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:08:25 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:23 +0200
commit68a40c191a43d51e8442a0508ff6c048265a1bde (patch)
tree8ca1e36a8a0d1e7b42af659a2bbbbec5e4eb9029
parent20fa7066b3c74916acc77fdbdfdc58d4db6eba5b (diff)
downloadgentoo-68a40c191a43d51e8442a0508ff6c048265a1bde.tar.gz
gentoo-68a40c191a43d51e8442a0508ff6c048265a1bde.tar.xz
dev-python/setuptools: Enable py3.7
-rw-r--r--dev-python/setuptools/setuptools-40.0.0.ebuild2
-rw-r--r--dev-python/setuptools/setuptools-9999.ebuild2
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 60944fe5362..25ed8958758 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 28829b6f5f0..ffd12471470 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