dev-libs/open62541: disable py3.10

::gentoo dev-python/sphinx-rtd-theme: Remove py3.10 (per sphinx-8.2)

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2025-02-20 20:19:45 +08:00
parent b5a4f559f3
commit 1d864257a1

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..13} )
inherit cmake python-single-r1