summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-12-21 19:59:11 +0100
committerMichał Górny <mgorny@gentoo.org>2025-12-21 20:06:12 +0100
commit9a45cd30a15d02b75508d42b1136d2fe0d68c435 (patch)
tree4c7ade88d0d13c6c3483217d23544e8dc6f30623 /dev-python
parent77d55aa8a3810e93474bb9339010112c2bcaa2e7 (diff)
downloadgentoo-9a45cd30a15d02b75508d42b1136d2fe0d68c435.tar.gz
gentoo-9a45cd30a15d02b75508d42b1136d2fe0d68c435.tar.bz2
gentoo-9a45cd30a15d02b75508d42b1136d2fe0d68c435.zip
dev-python/sphinx-epytext: Remove py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild
index ad82f9eada2a..326a59d424e4 100644
--- a/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild
+++ b/dev-python/sphinx-epytext/sphinx-epytext-0.0.4-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi