dev-cpp/glibmm: enable py3.14

Signed-off-by: Joe Kappus <joe@wt.gd>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/689
Merges: https://codeberg.org/gentoo/gentoo/pulls/689
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Joe Kappus
2026-04-21 17:50:51 -04:00
committed by Sam James
parent cb0d0a94be
commit 2a935ec193
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"