From: Michał Górny Date: Wed, 25 Mar 2020 09:44:30 +0000 (+0100) Subject: dev-python/rebulk: Enable py3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0d1c3ddc055d312db85a1c0793ac9ea5eb3650b4;p=gentoo.git dev-python/rebulk: Enable py3.7 Signed-off-by: Michał Górny --- 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