summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-14 22:15:23 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-16 21:57:08 +0200
commitd9b09e978f706669f4a44bd485207f1476d54399 (patch)
tree2489abe3bc18f06c92cd6ef984c20e643799dfc9 /dev-python/html5lib/html5lib-1.0.1.ebuild
parentdev-python/pytest-expect: Enable py3.7 (diff)
downloadgentoo-d9b09e978f706669f4a44bd485207f1476d54399.tar.gz
gentoo-d9b09e978f706669f4a44bd485207f1476d54399.tar.bz2
gentoo-d9b09e978f706669f4a44bd485207f1476d54399.zip
dev-python/html5lib: Enable py3.7
Diffstat (limited to 'dev-python/html5lib/html5lib-1.0.1.ebuild')
-rw-r--r--dev-python/html5lib/html5lib-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/html5lib/html5lib-1.0.1.ebuild b/dev-python/html5lib/html5lib-1.0.1.ebuild
index 198ea67b7174..a3074f2bc0b9 100644
--- a/dev-python/html5lib/html5lib-1.0.1.ebuild
+++ b/dev-python/html5lib/html5lib-1.0.1.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 )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1