summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Finkelstein <fnkl.kernel@gmail.com>2024-10-05 17:08:16 +0200
committerSam James <sam@gentoo.org>2024-10-07 03:50:12 +0100
commit79d1f23890b5e09571bd81b47b40a3182a3537c3 (patch)
treec801c441da28dd89b3c1391ed81a00cbd49cdcea /net-libs/libmbim
parentmedia-libs/sratom: Add python3_13 compat (diff)
downloadgentoo-79d1f23890b5e09571bd81b47b40a3182a3537c3.tar.gz
gentoo-79d1f23890b5e09571bd81b47b40a3182a3537c3.tar.bz2
gentoo-79d1f23890b5e09571bd81b47b40a3182a3537c3.zip
net-libs/libmbim: Add python3_13 compat
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Signed-off-by: Sam James <sam@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 828de99f0a11..de1afd58f6d0 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..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit bash-completion-r1 meson python-any-r1
DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper library"