commit: 036bcef5fe58ad0e0e3b32a81e1d39a8ddf8dc4d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 19:42:29 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:47:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036bcef5
dev-python/sphinxcontrib-plantuml: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild | 2 +-
dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.31.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild
b/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild
index 89e6b13ca149..dbfcf9ac4909 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..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
diff --git
a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.31.ebuild
b/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.31.ebuild
index a9e2522483ba..79d7b8d6ac5f 100644
--- a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.31.ebuild
+++ b/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.31.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1