dev-python/sphinxext-opengraph: disable py3.10 and pypy3

This follows a change in ::gentoo to dev-python/furo.

Signed-off-by: demize <demize@unstable.systems>
This commit is contained in:
demize
2025-02-19 20:03:19 -05:00
parent 6f45f522e4
commit 025ead5876

View File

@@ -1,4 +1,4 @@
# Copyright 2021-2024 Gentoo Authors
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ DOCS_DIR="docs/source"
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 docs pypi