summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2024-01-04 10:58:35 +0100
committerAlfredo Tupone <tupone@gentoo.org>2024-01-04 11:26:53 +0100
commit317bd1fe8d3f9225ee9be863670871bfd76a89d4 (patch)
tree0b710912f08c0664e17be5c220098f9af3d3b8be
parentmedia-sound/vorbis-tools: applied buffer overflow fix (diff)
downloadgentoo-317bd1fe8d3f9225ee9be863670871bfd76a89d4.tar.gz
gentoo-317bd1fe8d3f9225ee9be863670871bfd76a89d4.tar.bz2
gentoo-317bd1fe8d3f9225ee9be863670871bfd76a89d4.zip
sci-libs/huggingface_hub: PythonCompatUpdate
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
-rw-r--r--sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild (renamed from sci-libs/huggingface_hub/huggingface_hub-0.16.4.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/huggingface_hub/huggingface_hub-0.16.4.ebuild b/sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild
index 7c519b339f79..e431fe5a77cd 100644
--- a/sci-libs/huggingface_hub/huggingface_hub-0.16.4.ebuild
+++ b/sci-libs/huggingface_hub/huggingface_hub-0.16.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="a client library to interact with the Hugging Face Hub"