commit: 3739402c1a49ab9a239ec402570a80848121f5b3 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Apr 14 02:15:06 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Apr 14 02:15:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3739402c
sys-apps/accountsservice: enable py3.13 Closes: https://bugs.gentoo.org/952708 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> sys-apps/accountsservice/accountsservice-23.13.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild index a838cde02688..8af271c80bae 100644 --- a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild +++ b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 2011-2024 Gentoo Authors +# Copyright 2011-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit meson python-any-r1 systemd DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"