From 3ec92b7337870a27bf26d1708bf70c9516bcd15c Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 10 Jun 2026 21:11:55 +0100 Subject: [PATCH] dev-cpp/gtkmm: enable py3.14 Closes: https://bugs.gentoo.org/976825 Signed-off-by: Sam James --- dev-cpp/gtkmm/gtkmm-3.24.10.ebuild | 4 ++-- dev-cpp/gtkmm/gtkmm-3.24.9.ebuild | 4 ++-- dev-cpp/gtkmm/gtkmm-4.14.0-r1.ebuild | 4 ++-- dev-cpp/gtkmm/gtkmm-4.18.0-r1.ebuild | 4 ++-- dev-cpp/gtkmm/gtkmm-4.20.0.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev-cpp/gtkmm/gtkmm-3.24.10.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.10.ebuild index 8cf60b1573a21..f2a257e83bff2 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.10.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.10.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..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit gnome.org meson-multilib python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+" diff --git a/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild b/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild index 7453dd53493ad..f2a257e83bff2 100644 --- a/dev-cpp/gtkmm/gtkmm-3.24.9.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.24.9.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_{10..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit gnome.org meson-multilib python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+" diff --git a/dev-cpp/gtkmm/gtkmm-4.14.0-r1.ebuild b/dev-cpp/gtkmm/gtkmm-4.14.0-r1.ebuild index e95b8148ebba3..351c12cf1d7a2 100644 --- a/dev-cpp/gtkmm/gtkmm-4.14.0-r1.ebuild +++ b/dev-cpp/gtkmm/gtkmm-4.14.0-r1.ebuild @@ -1,9 +1,9 @@ -# 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_{10..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit gnome.org meson python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+" diff --git a/dev-cpp/gtkmm/gtkmm-4.18.0-r1.ebuild b/dev-cpp/gtkmm/gtkmm-4.18.0-r1.ebuild index d7ca3fda51e88..c5d5064c26e5a 100644 --- a/dev-cpp/gtkmm/gtkmm-4.18.0-r1.ebuild +++ b/dev-cpp/gtkmm/gtkmm-4.18.0-r1.ebuild @@ -1,9 +1,9 @@ -# 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_{12..14} ) inherit gnome.org meson python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+" diff --git a/dev-cpp/gtkmm/gtkmm-4.20.0.ebuild b/dev-cpp/gtkmm/gtkmm-4.20.0.ebuild index 5e260f620bed8..b3636e1776ba3 100644 --- a/dev-cpp/gtkmm/gtkmm-4.20.0.ebuild +++ b/dev-cpp/gtkmm/gtkmm-4.20.0.ebuild @@ -1,9 +1,9 @@ -# 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..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit gnome.org meson python-any-r1 virtualx DESCRIPTION="C++ interface for GTK+"