Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hiredis/
Date: Tue, 31 May 2022 10:20:26
Message-Id: 1653992193.450a5b4c907c6ea90097d733ca3e92f53481f153.sam@gentoo
1 commit: 450a5b4c907c6ea90097d733ca3e92f53481f153
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 10:16:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 10:16:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450a5b4c
7
8 dev-python/hiredis: enable py3.11
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/hiredis/hiredis-2.0.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
16 index 9d577aac4ee4..f20d2af1dcbb 100644
17 --- a/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
18 +++ b/dev-python/hiredis/hiredis-2.0.0-r2.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
24 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
25 inherit distutils-r1
26
27 DESCRIPTION="Python extension that wraps hiredis"