summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:13:01 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:49 +0200
commit93aaa88eae5ca9c82df84ab20c646c44974f6348 (patch)
tree0fe6e0249f767ba64aafd7e374fcd70f30492c68 /dev-python/incremental/incremental-17.5.0.ebuild
parentdev-python/nose-show-skipped: Enable py3.7 (diff)
downloadgentoo-93aaa88eae5ca9c82df84ab20c646c44974f6348.tar.gz
gentoo-93aaa88eae5ca9c82df84ab20c646c44974f6348.tar.bz2
gentoo-93aaa88eae5ca9c82df84ab20c646c44974f6348.zip
dev-python/incremental: Enable py3.7
Diffstat (limited to 'dev-python/incremental/incremental-17.5.0.ebuild')
-rw-r--r--dev-python/incremental/incremental-17.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/incremental/incremental-17.5.0.ebuild b/dev-python/incremental/incremental-17.5.0.ebuild
index 499a38b4d93a..804fc75c5dd9 100644
--- a/dev-python/incremental/incremental-17.5.0.ebuild
+++ b/dev-python/incremental/incremental-17.5.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)
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy)
inherit distutils-r1