mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user