From c5be2be5c30115016bd7be8abf5d20c0aa728b96 Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sun, 15 Nov 2020 09:50:58 +0100 Subject: dev-python/hiredis: Add support for python 3.9 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sven Wegener --- dev-python/hiredis/hiredis-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hiredis/hiredis-1.0.1.ebuild b/dev-python/hiredis/hiredis-1.0.1.ebuild index 34d712deb6de..e8c0c649aa0e 100644 --- a/dev-python/hiredis/hiredis-1.0.1.ebuild +++ b/dev-python/hiredis/hiredis-1.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad