From 0d1c3ddc055d312db85a1c0793ac9ea5eb3650b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 25 Mar 2020 10:44:30 +0100 Subject: [PATCH] dev-python/rebulk: Enable py3.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rebulk/rebulk-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rebulk/rebulk-0.9.0.ebuild b/dev-python/rebulk/rebulk-0.9.0.ebuild index 4828cd9ec638..2fc79bb065de 100644 --- a/dev-python/rebulk/rebulk-0.9.0.ebuild +++ b/dev-python/rebulk/rebulk-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 -- 2.26.2