dev-embedded/rauc: enable py3.14

Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
Kurt Kanzenbach
2025-11-22 20:49:28 +01:00
parent b7c0a9ec27
commit 440282d339

View File

@@ -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} )
DOCS_BUILDER="sphinx"
DOCS_DIR="${S}/docs"