From: Michał Górny Date: Tue, 17 Jul 2018 08:20:41 +0000 (+0200) Subject: dev-python/lxml: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c78ded5b4e4e1d31540d4919078acb7c3ef5db81;p=gentoo.git dev-python/lxml: Enable py3.7 --- diff --git a/dev-python/lxml/lxml-4.2.2.ebuild b/dev-python/lxml/lxml-4.2.2.ebuild index c84f543f21c6..16033ef8f85c 100644 --- a/dev-python/lxml/lxml-4.2.2.ebuild +++ b/dev-python/lxml/lxml-4.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy ) inherit distutils-r1 eutils toolchain-funcs