diff options
author | 2018-07-14 22:13:01 +0200 | |
---|---|---|
committer | 2018-07-16 21:56:49 +0200 | |
commit | 93aaa88eae5ca9c82df84ab20c646c44974f6348 (patch) | |
tree | 0fe6e0249f767ba64aafd7e374fcd70f30492c68 /dev-python/incremental | |
parent | dev-python/nose-show-skipped: Enable py3.7 (diff) | |
download | gentoo-93aaa88eae5ca9c82df84ab20c646c44974f6348.tar.gz gentoo-93aaa88eae5ca9c82df84ab20c646c44974f6348.tar.bz2 gentoo-93aaa88eae5ca9c82df84ab20c646c44974f6348.zip |
dev-python/incremental: Enable py3.7
Diffstat (limited to 'dev-python/incremental')
-rw-r--r-- | dev-python/incremental/incremental-17.5.0.ebuild | 2 |
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 |