From b4081d8fb5ff2450f86f303ffd074669946b924e Mon Sep 17 00:00:00 2001 From: Rick Farina Date: Mon, 6 Jan 2020 14:56:13 -0500 Subject: [PATCH] dev-python/pluginbase: python 3.7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Rick Farina --- dev-python/pluginbase/pluginbase-0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pluginbase/pluginbase-0.5.ebuild b/dev-python/pluginbase/pluginbase-0.5.ebuild index f51bc3406ee75..d01c4571f584d 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