diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-31 09:57:31 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-31 09:57:35 +0200 |
commit | 5eb7a8dd928476d659b32ed04b12ea35991cfcd2 (patch) | |
tree | c0ed2f1e43eb50a799863670a925e499408d6982 /net-libs/libmbim | |
parent | net-libs/serf: add 1.3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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" |