commit: 3c73fae3ddbdaac16b6113c610b17f7658d2709a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 23:29:44 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 29 23:29:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c73fae3
dev-python/sphinx-epytext: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild
b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild
index 5e3e18439fa1..e64f4223a2e8 100644
--- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild
+++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi