From 7f46338fed1deb6ad76b252abe51adca251193e4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 1 Aug 2020 02:44:18 +0000 Subject: dev-python/rebulk: add Python 3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James Signed-off-by: Michał Górny --- dev-python/rebulk/rebulk-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rebulk/rebulk-2.0.1.ebuild b/dev-python/rebulk/rebulk-2.0.1.ebuild index 780383afe8d9..2d0556cbf7f9 100644 --- a/dev-python/rebulk/rebulk-2.0.1.ebuild +++ b/dev-python/rebulk/rebulk-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad