From 322a4aa55fc9bacff47668e80716169e241e9c04 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 29 Apr 2026 11:19:02 +0300 Subject: [PATCH] dev-libs/libgweather: enable py3.14 Signed-off-by: Alfred Wingate Part-of: https://codeberg.org/gentoo/gentoo/pulls/776 Signed-off-by: Sam James --- dev-libs/libgweather/libgweather-4.4.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libgweather/libgweather-4.4.4.ebuild b/dev-libs/libgweather/libgweather-4.4.4.ebuild index 15d24a612ce12..6f0477f279e58 100644 --- a/dev-libs/libgweather/libgweather-4.4.4.ebuild +++ b/dev-libs/libgweather/libgweather-4.4.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg