From 5eb7a8dd928476d659b32ed04b12ea35991cfcd2 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Fri, 31 May 2024 09:57:31 +0200 Subject: [PATCH] net-libs/libmbim: enable py3.12, tests pass Closes: https://bugs.gentoo.org/929705 Signed-off-by: Andreas Sturmlechner --- net-libs/libmbim/libmbim-1.28.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libmbim/libmbim-1.28.4.ebuild b/net-libs/libmbim/libmbim-1.28.4.ebuild index 10aa74fce7b38..828de99f0a116 100644 --- a/net-libs/libmbim/libmbim-1.28.4.ebuild +++ b/net-libs/libmbim/libmbim-1.28.4.ebuild @@ -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"