commit: 7b5d1e8daef488cf7cc597628d943485545b28ea
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 15:57:32 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 15:57:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5d1e8d
gui-apps/waypipe: enable py3.14
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
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 9cbf145ed595..ed9f12c2ca86 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 dfab69171f2c..dd36733d0cc3 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"