commit: 814fcb9fa10733155f0a56b0e4c34918c193b036
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 17:01:41 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Dec 22 17:01:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=814fcb9f
dev-python/sphinx-hoverxref: Remove py3.11
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild
b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild
index c12d0a0788..26a1828240 100644
--- a/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild
+++ b/dev-python/sphinx-hoverxref/sphinx-hoverxref-1.4.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1