From: Rick Farina Date: Mon, 6 Jan 2020 19:56:13 +0000 (-0500) Subject: dev-python/pluginbase: python 3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b4081d8fb5ff2450f86f303ffd074669946b924e;p=gentoo.git dev-python/pluginbase: python 3.7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Rick Farina --- diff --git a/dev-python/pluginbase/pluginbase-0.5.ebuild b/dev-python/pluginbase/pluginbase-0.5.ebuild index f51bc3406ee7..d01c4571f584 100644 --- a/dev-python/pluginbase/pluginbase-0.5.ebuild +++ b/dev-python/pluginbase/pluginbase-0.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) inherit distutils-r1