mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user