commit:     6e36eef938437623b415a67cead0473989e0446b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 02:30:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 02:30:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e36eef9

dev-libs/jsoncpp: enable Python 3.11

Closes: https://bugs.gentoo.org/862163
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
index 56dfa76aeeba..515258e3ab05 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 inherit meson python-any-r1
 
 DESCRIPTION="C++ JSON reader and writer"

Reply via email to