From 6e36eef938437623b415a67cead0473989e0446b Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 30 Jul 2022 03:30:10 +0100 Subject: [PATCH] dev-libs/jsoncpp: enable Python 3.11 Closes: https://bugs.gentoo.org/862163 Signed-off-by: Sam James --- 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 56dfa76aeeba7..515258e3ab055 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"