dev-python/hgdistver: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:10:11 +0000 (22:10 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:40 +0000 (21:56 +0200)
dev-python/hgdistver/hgdistver-0.25.ebuild

index 3ffdba231f0122ee13e497e5e85fa65b537b24d0..af7ea79bd14d061dedc4443299658c55ec79bddd 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1