dev-python/pyparsing: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:09:58 +0000 (22:09 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:38 +0000 (21:56 +0200)
dev-python/pyparsing/pyparsing-2.2.0.ebuild

index 02856e79e9469f22e3e5405eff7fe774088902b5..a77d5c127e1dd260fb2b18be50d21725bb9a4516 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 pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1