summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-12-21 19:50:35 +0100
committerMichał Górny <mgorny@gentoo.org>2025-12-21 20:06:10 +0100
commitbab098947be94b580068038aade088b152d7f0a0 (patch)
tree22c4e16b553b6c6104e7d757eadd8f2f760a4961 /dev-python
parentc6741db14e1f6c7beea1dcc2f53c44dd993689c5 (diff)
downloadgentoo-bab098947be94b580068038aade088b152d7f0a0.tar.gz
gentoo-bab098947be94b580068038aade088b152d7f0a0.tar.bz2
gentoo-bab098947be94b580068038aade088b152d7f0a0.zip
dev-python/sphinx-prompt: Remove py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinx-prompt/sphinx-prompt-1.10.1-r1.ebuild2
-rw-r--r--dev-python/sphinx-prompt/sphinx-prompt-1.10.2.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.10.1-r1.ebuild b/dev-python/sphinx-prompt/sphinx-prompt-1.10.1-r1.ebuild
index 459b0de1784e..8eb977518c51 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.10.1-r1.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.10.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.10.2.ebuild b/dev-python/sphinx-prompt/sphinx-prompt-1.10.2.ebuild
index 288860f36b41..c30da3ac1c60 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.10.2.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.10.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1