media-libs/graphene: enable py3.12

Tests pass with USE=introspection.

Revbump to update BDEPEND given default switch to 3.12
is close and it may not get a bump before then.

Closes: https://bugs.gentoo.org/929634
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-05-06 14:40:23 -04:00
parent 4b80924ead
commit 68ccf8e2b7

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit xdg-utils meson-multilib python-any-r1
DESCRIPTION="A thin layer of types for graphic libraries"