commit:     1d63293832cfc364734746bdd2cc61944ae6e71c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  8 18:11:22 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct  8 18:11:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d632938

net-libs/libmbim: enable py3.12, py3.13 for 1.26.4

To make it easier for users while we figure out introspection for 1.28.4.

Bug: https://bugs.gentoo.org/936949
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libmbim/libmbim-1.26.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/libmbim/libmbim-1.26.4.ebuild 
b/net-libs/libmbim/libmbim-1.26.4.ebuild
index 948543fd51fc..cba3d916950e 100644
--- a/net-libs/libmbim/libmbim-1.26.4.ebuild
+++ b/net-libs/libmbim/libmbim-1.26.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..13} )
 inherit python-any-r1
 
 DESCRIPTION="Mobile Broadband Interface Model (MBIM) modem protocol helper 
library"

Reply via email to