commit: ed2bb3840ffd49fb2b5af3f4a98b28ea34c68579 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Wed Apr 2 10:38:04 2025 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Wed Apr 2 10:39:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2bb384
sci-ml/tokenizers: enable py3.13 Closes: https://bugs.gentoo.org/952696 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> sci-ml/tokenizers/tokenizers-0.21.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-ml/tokenizers/tokenizers-0.21.0.ebuild b/sci-ml/tokenizers/tokenizers-0.21.0.ebuild index 391113c156c0..4ae677657fb0 100644 --- a/sci-ml/tokenizers/tokenizers-0.21.0.ebuild +++ b/sci-ml/tokenizers/tokenizers-0.21.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_EXT=1 DISTUTILS_SINGLE_IMPL=1