commit: 1048ff88b50c2517ef2055f8c28268b141fb52cd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 20 01:45:36 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 20 01:45:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1048ff88
dev-libs/liborcus: py3.13 for 0.19.x too Bug: https://bugs.gentoo.org/951180 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/liborcus/liborcus-0.19.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/liborcus/liborcus-0.19.2.ebuild b/dev-libs/liborcus/liborcus-0.19.2.ebuild index aa54bf03f037..c7db5a6de5ec 100644 --- a/dev-libs/liborcus/liborcus-0.19.2.ebuild +++ b/dev-libs/liborcus/liborcus-0.19.2.ebuild @@ -1,9 +1,9 @@ -# 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 autotools python-single-r1 DESCRIPTION="Standalone file import filter library for spreadsheet documents"
