commit: 9db95121a9ad8183f09c2220ac033a98d7ee036d Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Jan 6 03:35:48 2025 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Jan 6 03:38:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db95121
sys-apps/flatpak: enable py3.13 Closes: https://bugs.gentoo.org/947536 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> sys-apps/flatpak/flatpak-1.14.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/flatpak/flatpak-1.14.10.ebuild b/sys-apps/flatpak/flatpak-1.14.10.ebuild index b0d6213c2395..bd593ed1b276 100644 --- a/sys-apps/flatpak/flatpak-1.14.10.ebuild +++ b/sys-apps/flatpak/flatpak-1.14.10.ebuild @@ -1,8 +1,8 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-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 linux-info python-any-r1 systemd tmpfiles
