summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-02-19 21:17:37 +0100
committerMichał Górny <mgorny@gentoo.org>2025-02-19 21:22:06 +0100
commit56cfcee7bad33b9ff5fb4a1fca215c1f555d22bb (patch)
tree52c11d17e519f56a4ec2ed1600bffa277f405492 /dev-python/sphinx-prompt
parentdev-python/sphinx-press-theme: Remove py3.10 (per sphinx-8.2) (diff)
downloadgentoo-56cfcee7bad33b9ff5fb4a1fca215c1f555d22bb.tar.gz
gentoo-56cfcee7bad33b9ff5fb4a1fca215c1f555d22bb.tar.bz2
gentoo-56cfcee7bad33b9ff5fb4a1fca215c1f555d22bb.zip
dev-python/sphinx-prompt: Remove py3.10 (per sphinx-8.2)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-prompt')
-rw-r--r--dev-python/sphinx-prompt/sphinx-prompt-1.9.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.9.0.ebuild b/dev-python/sphinx-prompt/sphinx-prompt-1.9.0.ebuild
index 96d0e7208e31..7e182c239650 100644
--- a/dev-python/sphinx-prompt/sphinx-prompt-1.9.0.ebuild
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.9.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1