dev-python/more-itertools: Enable py3.7

This commit is contained in:
Michał Górny
2018-07-16 10:41:26 +02:00
parent ad37c50e76
commit bfb3ce45c0

View File

@@ -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