summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-16 10:41:26 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:35 +0200
commitbfb3ce45c06a06a22694f22975d26a5eb7d84480 (patch)
tree04b94c8eca02597829fddf02d02265bc4c2c99ad /dev-python/more-itertools
parentvirtual/python-funcsigs: Enable py3.7 (diff)
downloadgentoo-bfb3ce45c06a06a22694f22975d26a5eb7d84480.tar.gz
gentoo-bfb3ce45c06a06a22694f22975d26a5eb7d84480.tar.bz2
gentoo-bfb3ce45c06a06a22694f22975d26a5eb7d84480.zip
dev-python/more-itertools: Enable py3.7
Diffstat (limited to 'dev-python/more-itertools')
-rw-r--r--dev-python/more-itertools/more-itertools-4.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/more-itertools/more-itertools-4.2.0.ebuild b/dev-python/more-itertools/more-itertools-4.2.0.ebuild
index 233068bd5e29..2d2e252336d4 100644
--- a/dev-python/more-itertools/more-itertools-4.2.0.ebuild
+++ b/dev-python/more-itertools/more-itertools-4.2.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
inherit distutils-r1