dev-cpp/glibmm: Add python3_13 compat

Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sasha Finkelstein
2024-10-05 16:53:01 +02:00
committed by Sam James
parent 3f003f7457
commit b45f52e7b0

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit gnome.org meson-multilib python-any-r1
DESCRIPTION="C++ interface for glib2"