commit: 107f492e27c1699f7c0719ac52bd3493634adcff Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Mar 31 23:54:32 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Apr 1 00:06:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107f492e
dev-gap/gaplint: enable py3.13 Closes: https://bugs.gentoo.org/952293 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-gap/gaplint/gaplint-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-gap/gaplint/gaplint-1.2.1.ebuild b/dev-gap/gaplint/gaplint-1.2.1.ebuild index e65005237969..2a533f8ec883 100644 --- a/dev-gap/gaplint/gaplint-1.2.1.ebuild +++ b/dev-gap/gaplint/gaplint-1.2.1.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 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1
