commit: 798afd18f47af77859d25e663256d318dffef25c Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Fri May 9 07:26:35 2025 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Fri May 9 07:27:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=798afd18
app-crypt/heimdal: enable py3.13 Closes: https://bugs.gentoo.org/952186 Signed-off-by: Eray Aslan <eras <AT> gentoo.org> app-crypt/heimdal/heimdal-7.8.0-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild index 11e4adcdf1af..8d7afaff1eae 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r3.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-r3.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_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit autotools db-use multilib-minimal python-any-r1 flag-o-matic
