commit: b1566001ab2a656842cb5c192c2147d37a30e8b3
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 31 13:49:42 2025 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Thu Jul 31 14:07:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1566001
sci-mathematics/flint: disable py3.10
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-mathematics/flint/flint-3.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/flint/flint-3.3.1.ebuild
b/sci-mathematics/flint/flint-3.3.1.ebuild
index 0275599998cd..69093d36c708 100644
--- a/sci-mathematics/flint/flint-3.3.1.ebuild
+++ b/sci-mathematics/flint/flint-3.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit flag-o-matic python-any-r1
DESCRIPTION="Fast Library for Number Theory"