From 78d82ca842de9dc7be3c48fcf410d40cef657fbf Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Wed, 30 Oct 2024 03:30:19 +0500 Subject: [PATCH] dev-python/sphinx-sitemap: enable py3.13 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild b/dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild index 8ba84a8964..514a28e130 100644 --- a/dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild +++ b/dev-python/sphinx-sitemap/sphinx-sitemap-2.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..12} pypy3 ) +PYTHON_COMPAT=( python3_{11..13} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1