summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-14 10:29:18 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-14 14:26:15 +0200
commite0eb27b9b4db615076cb2f8fdeb8a04b3e004d55 (patch)
tree130bfbf5b5f04db94f2eabdd42be14b0ee9e6d67 /dev-python
parentdev-python/funcparserlib: Clean test code up (diff)
downloadgentoo-e0eb27b9b4db615076cb2f8fdeb8a04b3e004d55.tar.gz
gentoo-e0eb27b9b4db615076cb2f8fdeb8a04b3e004d55.tar.bz2
gentoo-e0eb27b9b4db615076cb2f8fdeb8a04b3e004d55.zip
dev-python/funcparserlib: Enable Python 3.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
index 92c32a0482a3..44bdd4a9935a 100644
--- a/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-0.3.6-r1.ebuild
@@ -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