summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-31 09:57:31 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-31 09:57:35 +0200
commit5eb7a8dd928476d659b32ed04b12ea35991cfcd2 (patch)
treec0ed2f1e43eb50a799863670a925e499408d6982 /net-libs/libmbim
parentnet-libs/serf: add 1.3.10 (diff)
downloadgentoo-5eb7a8dd928476d659b32ed04b12ea35991cfcd2.tar.gz
gentoo-5eb7a8dd928476d659b32ed04b12ea35991cfcd2.tar.bz2
gentoo-5eb7a8dd928476d659b32ed04b12ea35991cfcd2.zip
net-libs/libmbim: enable py3.12, tests pass
Closes: https://bugs.gentoo.org/929705 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libmbim')
-rw-r--r--net-libs/libmbim/libmbim-1.28.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libmbim/libmbim-1.28.4.ebuild b/net-libs/libmbim/libmbim-1.28.4.ebuild
index 10aa74fce7b3..828de99f0a11 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"