dev-cpp/pangomm: enable py3.12

Closes: https://bugs.gentoo.org/929383
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-06-03 07:15:17 +01:00
parent 729727587c
commit de1336035b
2 changed files with 2 additions and 2 deletions

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

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