summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:14:09 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:56:56 +0200
commite9e620074329b272319cf813b465fdb5e238b44d (patch)
treebb468eb283cfccf0556a54c83afaa03a008f9f2f /dev-python/pycparser/pycparser-2.18-r1.ebuild
parentdev-python/docutils: Enable py3.7 (diff)
downloadgentoo-e9e620074329b272319cf813b465fdb5e238b44d.tar.gz
gentoo-e9e620074329b272319cf813b465fdb5e238b44d.tar.bz2
gentoo-e9e620074329b272319cf813b465fdb5e238b44d.zip
dev-python/pycparser: Enable py3.7
Diffstat (limited to 'dev-python/pycparser/pycparser-2.18-r1.ebuild')
-rw-r--r--dev-python/pycparser/pycparser-2.18-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycparser/pycparser-2.18-r1.ebuild b/dev-python/pycparser/pycparser-2.18-r1.ebuild
index 2d84ac8f8c77..84a6436fe58e 100644
--- a/dev-python/pycparser/pycparser-2.18-r1.ebuild
+++ b/dev-python/pycparser/pycparser-2.18-r1.ebuild
@@ -3,7 +3,7 @@
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