dev-cpp/atkmm: enable py3.12

Closes: https://bugs.gentoo.org/929379
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp
2024-05-10 10:21:05 +03:00
parent d54bb97f34
commit e590d93c8e

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit gnome.org meson-multilib python-any-r1
DESCRIPTION="C++ interface for the ATK library"