dev-libs/jsoncpp: enable Python 3.11

Closes: https://bugs.gentoo.org/862163
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-07-30 03:30:10 +01:00
parent fe27109c7a
commit 6e36eef938

View File

@@ -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"