commit: 4f9fbafd9fff26a5ce2041108e6c56b7700fedb0 Author: Sasha Finkelstein <fnkl.kernel <AT> gmail <DOT> com> AuthorDate: Fri Oct 31 19:30:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 1 10:13:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9fbafd
sys-power/power-profiles-daemon: Add python3.14 support Signed-off-by: Sasha Finkelstein <fnkl.kernel <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44408 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild b/sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild index 82f6a8777c5b..a2780824e3f5 100644 --- a/sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild +++ b/sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..14} ) inherit meson python-single-r1 shell-completion systemd
