commit: e6fef7c4ff72c1f12e78ebb5051e906a4c89dba8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 6 19:09:24 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 6 19:16:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fef7c4
dev-python/sphinx-tabs: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-tabs/sphinx-tabs-3.4.7-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.4.7-r1.ebuild
b/dev-python/sphinx-tabs/sphinx-tabs-3.4.7-r1.ebuild
index f26783b1c6ee..0b3b171d0907 100644
--- a/dev-python/sphinx-tabs/sphinx-tabs-3.4.7-r1.ebuild
+++ b/dev-python/sphinx-tabs/sphinx-tabs-3.4.7-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1