repo/gentoo:master commit in: sci-ml/huggingface_hub/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786128524.6affea3cf1d13fdaacff80cb7340cc50f3deb462.tupone@gentoo> |
commit: 6affea3cf1d13fdaacff80cb7340cc50f3deb462
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 18:48:44 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 18:48:44 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6affea3c
sci-ml/huggingface_hub: disable py3.10, py3.11
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild b/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild
index 83c673cd5824..2c35a92a2ddc 100644
--- a/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild
+++ b/sci-ml/huggingface_hub/huggingface_hub-1.26.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_SINGLE_IMPL=1
inherit distutils-r1