dev-python/sphinxcontrib-websupport: Remove py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-12-21 20:40:22 +01:00
parent 1b0782dae1
commit 7216f36020

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_TESTED=( pypy3_11 python3_{11..14} )
PYTHON_TESTED=( python3_{12..14} )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
inherit distutils-r1 pypi