commit: 1392f0c4724a1c7a766f33fe4eee13bc4d1a3443
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 24 18:27:42 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Mar 24 18:28:18 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1392f0c4
sci-ml/huggingface_hub: enable py3.13
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{huggingface_hub-0.26.5.ebuild => huggingface_hub-0.26.5-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-ml/huggingface_hub/huggingface_hub-0.26.5.ebuild
b/sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild
similarity index 98%
rename from sci-ml/huggingface_hub/huggingface_hub-0.26.5.ebuild
rename to sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild
index 9a275233607b..74add64c6e5d 100644
--- a/sci-ml/huggingface_hub/huggingface_hub-0.26.5.ebuild
+++ b/sci-ml/huggingface_hub/huggingface_hub-0.26.5-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="a client library to interact with the Hugging Face Hub"