From 7b5d1e8daef488cf7cc597628d943485545b28ea Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Wed, 23 Jul 2025 18:57:32 +0300 Subject: [PATCH] gui-apps/waypipe: enable py3.14 Signed-off-by: Arthur Zamarin --- gui-apps/waypipe/waypipe-0.9.2.ebuild | 2 +- gui-apps/waypipe/waypipe-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-apps/waypipe/waypipe-0.9.2.ebuild b/gui-apps/waypipe/waypipe-0.9.2.ebuild index 9cbf145ed5951..ed9f12c2ca86c 100644 --- a/gui-apps/waypipe/waypipe-0.9.2.ebuild +++ b/gui-apps/waypipe/waypipe-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit meson python-any-r1 DESCRIPTION="Transparent network proxy for Wayland compositors" diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild index dfab69171f2c8..dd36733d0cc3a 100644 --- a/gui-apps/waypipe/waypipe-9999.ebuild +++ b/gui-apps/waypipe/waypipe-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 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 meson python-any-r1 DESCRIPTION="Transparent network proxy for Wayland compositors"