dev-python/sphinxext-opengraph: Remove py3.11

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
Paul Zander
2025-12-22 18:01:35 +01:00
parent dde6ad416d
commit f980cb54e3

View File

@@ -10,7 +10,7 @@ DOCS_DIR="docs"
# PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 docs pypi