dev-python/pallets-sphinx-themes: Remove py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-12-21 19:55:42 +01:00
parent e9fd270253
commit 8c87169d00

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_PN=Pallets-Sphinx-Themes
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi