From aae66a322cf3bc3c840042c27d60e31a2ffa93b7 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sat, 28 May 2022 14:44:49 +0200 Subject: [PATCH] sys-cluster/wxparaver: enable py3.11 Signed-off-by: Alessandro Barbieri --- sys-cluster/wxparaver/wxparaver-4.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild b/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild index fcf95c327b..ba925bcef9 100644 --- a/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild +++ b/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild @@ -7,7 +7,7 @@ COMMIT="f357545a2fdfc7674394f2e6192022a4c2139f63" DOCS_AUTODOC=0 DOCS_BUILDER="sphinx" DOCS_DIR="docs/wxparaver_help_contents/sphinx/2.paraver_toolset/source" -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) WX_GTK_VER="3.0-gtk3" inherit autotools python-any-r1 docs wxwidgets