net-libs/libmbim: enable py3.12, tests pass

Closes: https://bugs.gentoo.org/929705
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-05-31 09:57:31 +02:00
parent fea70a7479
commit 5eb7a8dd92

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit bash-completion-r1 meson python-any-r1
DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper library"