dev-python/more-itertools: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 08:41:26 +0000 (10:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:35 +0000 (21:56 +0200)
dev-python/more-itertools/more-itertools-4.2.0.ebuild

index 233068bd5e29136f9f2c25bd552afd121b438bc9..2d2e252336d4b5ee02481a539ac63b5e2e8bfc92 100644 (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