gui-libs/gtk-layer-shell: enable py3.12

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/35867
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Haelwenn (lanodan) Monnier 2024-03-22 18:44:42 +01:00 committed by Arthur Zamarin
parent bfea991153
commit 205c92206a
No known key found for this signature in database
GPG Key ID: 02A0AF503D120504
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
VALA_USE_DEPEND="vapigen"
inherit vala meson python-any-r1