commit: 9a45cd30a15d02b75508d42b1136d2fe0d68c435
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 18:59:11 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:06:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a45cd30
dev-python/sphinx-epytext: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild
b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild
index ad82f9eada2a..326a59d424e4 100644
--- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild
+++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi