commit: 9f64902e1f1fa0f7a97a6cd4b78b6592cd417d39
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 20 05:58:50 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 06:05:54 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f64902e
sys-libs/basu: enable py3.13, py3.14
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
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 8b4c52f4db83..a0d8ccbd141a 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"