repo/gentoo:master commit in: sci-ml/safetensors/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786133749.5433d06dee09ad74000ceac1873db16e49dff4a3.tupone@gentoo> |
commit: 5433d06dee09ad74000ceac1873db16e49dff4a3
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 7 20:15:49 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Aug 7 20:15:49 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5433d06d
sci-ml/safetensors: disable py3.11
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/safetensors/safetensors-0.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-ml/safetensors/safetensors-0.8.0.ebuild b/sci-ml/safetensors/safetensors-0.8.0.ebuild
index 2720e9435c01..6d863f33cfd5 100644
--- a/sci-ml/safetensors/safetensors-0.8.0.ebuild
+++ b/sci-ml/safetensors/safetensors-0.8.0.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_EXT=1
CRATES=""
DISTUTILS_USE_PEP517=maturin
-PYTHON_COMPAT=( python3_{11..15} )
+PYTHON_COMPAT=( python3_{12..15} )
RUST_MIN_VER="1.85.0"
inherit distutils-r1 cargo