commit: a2730c3e6950e62e49481ba1278360280b79fb17 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Fri Jun 13 15:21:41 2025 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Fri Jun 13 15:40:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2730c3e
app-forensics/afflib: enable py3.13 Passes basic functions test. python -c "import pyaff" works Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> Closes: https://bugs.gentoo.org/952204 app-forensics/afflib/afflib-3.7.20-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-forensics/afflib/afflib-3.7.20-r1.ebuild b/app-forensics/afflib/afflib-3.7.20-r1.ebuild index 9c200d896a8f..4d6b8ef9e6cd 100644 --- a/app-forensics/afflib/afflib-3.7.20-r1.ebuild +++ b/app-forensics/afflib/afflib-3.7.20-r1.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 MY_PN=AFFLIBv3
