commit: 5570662abcb4da0c3ad79ce718e40f530bb887ec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:03:02 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:03:02 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5570662a
dev-libs/imath: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/imath/imath-3.1.12-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/imath/imath-3.1.12-r1.ebuild
b/dev-libs/imath/imath-3.1.12-r1.ebuild
index c938e526c176..62ecf9c9f062 100644
--- a/dev-libs/imath/imath-3.1.12-r1.ebuild
+++ b/dev-libs/imath/imath-3.1.12-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit cmake python-single-r1