summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-12-21 20:42:29 +0100
committerMichał Górny <mgorny@gentoo.org>2025-12-21 20:47:25 +0100
commit036bcef5fe58ad0e0e3b32a81e1d39a8ddf8dc4d (patch)
treed784162f4364aa0ca0febea00c665c79cd21e5e4 /dev-python
parente49532033a69ffe6969a4653834cb9b31f812253 (diff)
downloadgentoo-036bcef5fe58ad0e0e3b32a81e1d39a8ddf8dc4d.tar.gz
gentoo-036bcef5fe58ad0e0e3b32a81e1d39a8ddf8dc4d.tar.bz2
gentoo-036bcef5fe58ad0e0e3b32a81e1d39a8ddf8dc4d.zip
dev-python/sphinxcontrib-plantuml: Remove py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.30.ebuild2
-rw-r--r--dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.31.ebuild2
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