From: Zac Medico Date: Sun, 26 Apr 2020 07:50:19 +0000 (-0700) Subject: dev-python/kazoo: PYTHON_COMPAT+=(python3_7) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4347748fe85b2d975149502d71eb73ef368e92e4;p=gentoo.git dev-python/kazoo: PYTHON_COMPAT+=(python3_7) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico --- diff --git a/dev-python/kazoo/kazoo-2.6.1.ebuild b/dev-python/kazoo/kazoo-2.6.1.ebuild index d2233dcf8c20..1e43f82a01ed 100644 --- a/dev-python/kazoo/kazoo-2.6.1.ebuild +++ b/dev-python/kazoo/kazoo-2.6.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1