From 1207b2d393eb1a65b7c9d0829a61e4b0d58565fe Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Sat, 3 Jan 2026 19:19:11 +0500 Subject: [PATCH] dev-python/sphinx-sitemap: enable py3.14 Signed-off-by: Anna (cybertailor) Vyalkova --- 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