dev-python/funcparserlib: Enable Python 3.7
authorMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 08:29:18 +0000 (10:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 14 Jul 2019 12:26:15 +0000 (14:26 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild

index 92c32a0482a35829125a31a4f955a23ccf663fd7..44bdd4a9935ad5c1920c8fd4d341c6eef8acd3a2 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
 
 inherit distutils-r1