From: Michał Górny Date: Tue, 17 Jul 2018 08:20:29 +0000 (+0200) Subject: dev-python/cssselect: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=45f0146e02bb4ff876cec187f909a311b92791ef;p=gentoo.git dev-python/cssselect: Enable py3.7 --- diff --git a/dev-python/cssselect/cssselect-1.0.3.ebuild b/dev-python/cssselect/cssselect-1.0.3.ebuild index 6747eb5c3925..acb3b56d3905 100644 --- a/dev-python/cssselect/cssselect-1.0.3.ebuild +++ b/dev-python/cssselect/cssselect-1.0.3.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