commit: 1207b2d393eb1a65b7c9d0829a61e4b0d58565fe
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jan 3 14:19:11 2026 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jan 3 14:28:34 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1207b2d3
dev-python/sphinx-sitemap: enable py3.14
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild
b/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild
index 94204b0a4e..67cf5b235e 100644
--- a/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild
+++ b/dev-python/sphinx-sitemap/sphinx-sitemap-2.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{12..13} )
+PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1