commit: 48d924c4179dc32e9c9a4178c37a09f84d2bde68 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 17:36:50 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 17:40:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d924c4
app-misc/tracker: enable py3.13 Closes: https://bugs.gentoo.org/952229 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-misc/tracker/tracker-3.6.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/tracker/tracker-3.6.0-r1.ebuild b/app-misc/tracker/tracker-3.6.0-r1.ebuild index 6eb83b69ecd5..55afbadc00c4 100644 --- a/app-misc/tracker/tracker-3.6.0-r1.ebuild +++ b/app-misc/tracker/tracker-3.6.0-r1.ebuild @@ -1,8 +1,8 @@ -# 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_{10..13} ) inherit bash-completion-r1 flag-o-matic gnome.org gnome2-utils linux-info meson python-any-r1 systemd vala xdg
