From 62363a120e9ea2b25e82f6d29b8152358a971328 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Wed, 10 Jun 2026 15:21:44 +0200 Subject: [PATCH] Updated python --- sys-power/envycontrol/envycontrol-3.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/envycontrol/envycontrol-3.5.2.ebuild b/sys-power/envycontrol/envycontrol-3.5.2.ebuild index 0811afb..ea7cab7 100644 --- a/sys-power/envycontrol/envycontrol-3.5.2.ebuild +++ b/sys-power/envycontrol/envycontrol-3.5.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1