commit: 2492f9ec7a3daea056b6958b5b3da9fb6945e2f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 27 16:56:46 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 27 16:56:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2492f9ec
dev-python/sphinxcontrib-plantuml: Enable py3.14
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild
b/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild
index 56cc4ddccf0d..89e6b13ca149 100644
--- a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild
+++ b/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1