From: Matthew Thode Date: Wed, 29 Jan 2020 02:57:43 +0000 (-0600) Subject: dev-python/pelican-minify: add python37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=183f8c60a75387f2f273de8efe542afed20616ab;p=gentoo.git dev-python/pelican-minify: add python37 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode --- diff --git a/dev-python/pelican-minify/pelican-minify-0.9.ebuild b/dev-python/pelican-minify/pelican-minify-0.9.ebuild index 31a17191bf53..4c078b9c0bf6 100644 --- a/dev-python/pelican-minify/pelican-minify-0.9.ebuild +++ b/dev-python/pelican-minify/pelican-minify-0.9.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="An HTML minification plugin for Pelican, the static site generator."