commit: e84510e2eac19fc208e03f4355c0ec1d724418fc Author: Arsen Arsenović <arsen <AT> gentoo <DOT> org> AuthorDate: Tue Apr 30 09:40:48 2024 +0000 Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org> CommitDate: Fri May 3 21:05:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84510e2
sys-libs/basu: enable py3.12 Closes: https://bugs.gentoo.org/929849 Signed-off-by: Arsen Arsenović <arsen <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 624ab35ea61e..8b4c52f4db83 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit meson python-any-r1 DESCRIPTION="The sd-bus library, extracted from systemd"
