sci-ml/safetensors: disable py3.11

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2026-08-07 22:15:49 +02:00
parent 1451f7082c
commit 5433d06dee

View File

@@ -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