commit: 5eb7a8dd928476d659b32ed04b12ea35991cfcd2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 31 07:57:31 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 31 07:57:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb7a8dd
net-libs/libmbim: enable py3.12, tests pass Closes: https://bugs.gentoo.org/929705 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> 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 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"
