commit: 1e0e2c2ddf77877dedb0f2ddeab5f46f8775e5b1
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 21:05:48 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jul 14 03:25:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0e2c2d
dev-python/readthedocs-sphinx-ext: enable py3.14
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
index 1b2335bc58c9..30ace5aed263 100644
--- a/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
+++ b/dev-python/readthedocs-sphinx-ext/readthedocs-sphinx-ext-2.2.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi