commit: 9a66ea24e96c8d66be45c4580c9a078a54ccf55a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 16:54:48 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 17:02:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a66ea24
app-office/gnumeric: enable py3.13 Closes: https://bugs.gentoo.org/952234 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> app-office/gnumeric/gnumeric-1.12.57.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/gnumeric/gnumeric-1.12.57.ebuild b/app-office/gnumeric/gnumeric-1.12.57.ebuild index 30a6af66d5b1..11b930b58595 100644 --- a/app-office/gnumeric/gnumeric-1.12.57.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.57.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 gnome.org libtool python-r1 xdg
