From d646f707a969935f50ac4993e7d8ac662bd785e2 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 29 Apr 2026 14:11:05 +0300 Subject: [PATCH] sys-power/throttled: enable py3.14 Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/776 Signed-off-by: Sam James --- sys-power/throttled/throttled-0.11.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/throttled/throttled-0.11.ebuild b/sys-power/throttled/throttled-0.11.ebuild index 955b3325dd7f..0b6f2c35eb31 100644 --- a/sys-power/throttled/throttled-0.11.ebuild +++ b/sys-power/throttled/throttled-0.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit linux-info python-single-r1 systemd DESCRIPTION="Daemon to work around throttling issues on some Intel laptops"