From 9f64902e1f1fa0f7a97a6cd4b78b6592cd417d39 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Fri, 20 Jun 2025 01:58:50 -0400 Subject: [PATCH] sys-libs/basu: enable py3.13, py3.14 Signed-off-by: Eli Schwartz --- sys-libs/basu/basu-0.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/basu/basu-0.2.1.ebuild b/sys-libs/basu/basu-0.2.1.ebuild index 8b4c52f4db834..a0d8ccbd141a1 100644 --- a/sys-libs/basu/basu-0.2.1.ebuild +++ b/sys-libs/basu/basu-0.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit meson python-any-r1 DESCRIPTION="The sd-bus library, extracted from systemd"