commit: 1d864257a13089a9834fc8958b6ff1a290564639
Author: Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Thu Feb 20 12:19:45 2025 +0000
Commit: Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Thu Feb 20 12:20:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d864257
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 <AT> gmail.com>
dev-libs/open62541/open62541-1.4.10.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/open62541/open62541-1.4.10.ebuild
b/dev-libs/open62541/open62541-1.4.10.ebuild
index a4226411b..760a7a800 100644
--- a/dev-libs/open62541/open62541-1.4.10.ebuild
+++ b/dev-libs/open62541/open62541-1.4.10.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit cmake python-single-r1