dev-libs/gom: enable py3.14

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2025-06-16 08:24:52 +03:00
parent e84c7c33f9
commit d0ee540d3f

View File

@@ -2,8 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
GCONF_DEBUG="yes"
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )
inherit gnome.org meson python-r1