commit: dc714f7adda1ec0df0e06dfbef069e16b9b5422c Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Mar 27 16:43:25 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Mar 27 16:43:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc714f7a
app-office/denaro: update PYTHON_COMPAT - drop 3.10, add 3.13 Closes: https://bugs.gentoo.org/952232 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-office/denaro/denaro-2024.2.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/denaro/denaro-2024.2.0.ebuild b/app-office/denaro/denaro-2024.2.0.ebuild index d870626d4628..f826343d3f13 100644 --- a/app-office/denaro/denaro-2024.2.0.ebuild +++ b/app-office/denaro/denaro-2024.2.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DOTNET_PKG_COMPAT=8.0 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) NUGETS=" [email protected]
