commit: b6ac7504287b52793b1c379ad0f9d27113e2986f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:25:59 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:35:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ac7504
sci-mathematics/alectryon: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
b/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
index 012124764413..dba59d0554f5 100644
--- a/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
+++ b/sci-mathematics/alectryon/alectryon-1.4.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
+PYTHON_COMPAT=( python3_12 )
inherit elisp-common distutils-r1