dev-python/pelican-minify: add python37
authorMatthew Thode <prometheanfire@gentoo.org>
Wed, 29 Jan 2020 02:57:43 +0000 (20:57 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Wed, 29 Jan 2020 02:58:05 +0000 (20:58 -0600)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/pelican-minify/pelican-minify-0.9.ebuild

index 31a17191bf53dcc03c03528f7e58ecc38bab80b6..4c078b9c0bf6bebbfefc66e4f049ffbe82493c61 100644 (file)
@@ -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."