From 6bdec44f23b362073362173b72bfa276e890aff0 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Mon, 30 May 2022 19:07:07 +0200 Subject: [PATCH] dev-util/babeltrace2: enable py3.11 Signed-off-by: Alessandro Barbieri --- dev-util/babeltrace2/babeltrace2-2.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/babeltrace2/babeltrace2-2.0.4.ebuild b/dev-util/babeltrace2/babeltrace2-2.0.4.ebuild index 84b96172a6..e5b48d5142 100644 --- a/dev-util/babeltrace2/babeltrace2-2.0.4.ebuild +++ b/dev-util/babeltrace2/babeltrace2-2.0.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 # pypy3: obtaining PYTHON_CONFIG not supported -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools python-single-r1