dev-python/incremental: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:13:01 +0000 (22:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:49 +0000 (21:56 +0200)
dev-python/incremental/incremental-17.5.0.ebuild

index 499a38b4d93a3e13cfaa64e2078ab05866bb0cd2..804fc75c5dd9f43e686dcd7488526e3ca4b86875 100644 (file)
@@ -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)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy)
 
 inherit distutils-r1