From 2a935ec193bba71c9987fe8488d51a39c60f56f7 Mon Sep 17 00:00:00 2001 From: Joe Kappus Date: Tue, 21 Apr 2026 17:50:51 -0400 Subject: [PATCH] dev-cpp/glibmm: enable py3.14 Signed-off-by: Joe Kappus Part-of: https://codeberg.org/gentoo/gentoo/pulls/689 Merges: https://codeberg.org/gentoo/gentoo/pulls/689 Signed-off-by: Sam James --- dev-cpp/glibmm/glibmm-2.66.8.ebuild | 4 ++-- dev-cpp/glibmm/glibmm-2.84.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-cpp/glibmm/glibmm-2.66.8.ebuild b/dev-cpp/glibmm/glibmm-2.66.8.ebuild index 53396aa2a4ed0..6d8e925342aff 100644 --- a/dev-cpp/glibmm/glibmm-2.66.8.ebuild +++ b/dev-cpp/glibmm/glibmm-2.66.8.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 meson-multilib python-any-r1 DESCRIPTION="C++ interface for glib2" diff --git a/dev-cpp/glibmm/glibmm-2.84.0.ebuild b/dev-cpp/glibmm/glibmm-2.84.0.ebuild index ecb9e9308f089..04313c193e9a1 100644 --- a/dev-cpp/glibmm/glibmm-2.84.0.ebuild +++ b/dev-cpp/glibmm/glibmm-2.84.0.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 meson-multilib python-any-r1 DESCRIPTION="C++ interface for glib2"