commit: 025ead5876eea6990b40c78c383e59fbf07237b7 Author: demize <demize <AT> unstable <DOT> systems> AuthorDate: Thu Feb 20 01:03:19 2025 +0000 Commit: demize <demize <AT> unstable <DOT> systems> CommitDate: Thu Feb 20 01:19:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=025ead58
dev-python/sphinxext-opengraph: disable py3.10 and pypy3 This follows a change in ::gentoo to dev-python/furo. Signed-off-by: demize <demize <AT> unstable.systems> dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild index d07943420..cc133c260 100644 --- a/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild +++ b/dev-python/sphinxext-opengraph/sphinxext-opengraph-0.9.1.ebuild @@ -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