commit: c5be2be5c30115016bd7be8abf5d20c0aa728b96
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 08:50:58 2020 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 08:54:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5be2be5
dev-python/hiredis: Add support for python 3.9
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
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 34d712deb6d..e8c0c649aa0 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