commit: 78d82ca842de9dc7be3c48fcf410d40cef657fbf
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Oct 29 22:30:19 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Oct 29 22:36:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78d82ca8
dev-python/sphinx-sitemap: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
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 8ba84a896..514a28e13 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