repo/gentoo:master commit in: sci-ml/hf_xet/
"Alfredo Tupone" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786206553.d2432c0dfcdf9e5a01f50256a03ecb4bc68f3776.tupone@gentoo> |
commit: d2432c0dfcdf9e5a01f50256a03ecb4bc68f3776
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 16:29:13 2026 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 16:29:13 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2432c0d
sci-ml/hf_xet: disable py3.11
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
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 89577ba23c54..30954e0a1569 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=""