commit: 4ded39f28b977adb5a30c807b84be074a9ed61e4
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 13 21:07:57 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Mon Jul 14 03:25:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ded39f2
dev-python/sphinx-rtd-theme: enable py3.14
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild
b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild
index 22583c0754a5..afa5ef1cd00f 100644
--- a/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild
+++ b/dev-python/sphinx-rtd-theme/sphinx-rtd-theme-3.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi