From d2432c0dfcdf9e5a01f50256a03ecb4bc68f3776 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 8 Aug 2026 18:29:13 +0200 Subject: [PATCH] sci-ml/hf_xet: disable py3.11 Signed-off-by: Alfredo Tupone --- sci-ml/hf_xet/hf_xet-1.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-ml/hf_xet/hf_xet-1.5.2.ebuild b/sci-ml/hf_xet/hf_xet-1.5.2.ebuild index 89577ba23c546..30954e0a15695 100644 --- a/sci-ml/hf_xet/hf_xet-1.5.2.ebuild +++ b/sci-ml/hf_xet/hf_xet-1.5.2.ebuild @@ -7,7 +7,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{11..15} ) +PYTHON_COMPAT=( python3_{12..15} ) RUST_MIN_VER="1.89.0" CRATES=""