commit: 22028a59056c3a039915c330685387719c618630
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Sat Aug 23 08:29:30 2025 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Sat Aug 23 08:29:30 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22028a59
dev-libs/open62541: enable py3.14
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
dev-libs/open62541/open62541-1.4.13.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/open62541/open62541-1.4.13.ebuild
b/dev-libs/open62541/open62541-1.4.13.ebuild
index 760a7a8002..3c5aff826f 100644
--- a/dev-libs/open62541/open62541-1.4.13.ebuild
+++ b/dev-libs/open62541/open62541-1.4.13.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit cmake python-single-r1