From bb4b2513944ca73c261efe86861da801f37ae857 Mon Sep 17 00:00:00 2001 From: Sasha Finkelstein Date: Fri, 31 Oct 2025 20:30:57 +0100 Subject: [PATCH] sys-power/switcheroo-control: Add python3.14 support Signed-off-by: Sasha Finkelstein Part-of: https://github.com/gentoo/gentoo/pull/44408 Closes: https://github.com/gentoo/gentoo/pull/44408 Signed-off-by: Sam James --- sys-power/switcheroo-control/switcheroo-control-3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/switcheroo-control/switcheroo-control-3.0.ebuild b/sys-power/switcheroo-control/switcheroo-control-3.0.ebuild index 21072c5dc2ec5..1854fa88c0fdc 100644 --- a/sys-power/switcheroo-control/switcheroo-control-3.0.ebuild +++ b/sys-power/switcheroo-control/switcheroo-control-3.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit meson python-single-r1 systemd udev