commit: c64d0fa51e246bb37bcc0eaed1a882bf44954a10
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:03:34 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 18:03:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c64d0fa5
dev-python/breathe: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/breathe/breathe-4.36.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/breathe/breathe-4.36.0.ebuild
b/dev-python/breathe/breathe-4.36.0.ebuild
index a5a5d2f600de..17a5751a46f1 100644
--- a/dev-python/breathe/breathe-4.36.0.ebuild
+++ b/dev-python/breathe/breathe-4.36.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1