diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-02 06:54:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-02 07:31:59 +0100 |
commit | 7c2b0be06ddac8501e39ab77d5d8a6e41af9debb (patch) | |
tree | 1f548fb77d7e2e90bda842feb39c25dedbda81db /dev-lang | |
parent | dev-python/scikit-learn: Remove old (diff) | |
download | gentoo-7c2b0be06ddac8501e39ab77d5d8a6e41af9debb.tar.gz gentoo-7c2b0be06ddac8501e39ab77d5d8a6e41af9debb.tar.bz2 gentoo-7c2b0be06ddac8501e39ab77d5d8a6e41af9debb.zip |
dev-lang/ispc: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ispc/ispc-1.25.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ispc/ispc-1.25.2.ebuild b/dev-lang/ispc/ispc-1.25.2.ebuild index d6b6ef1352c9..d19ed81775c4 100644 --- a/dev-lang/ispc/ispc-1.25.2.ebuild +++ b/dev-lang/ispc/ispc-1.25.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 LLVM_COMPAT=( {17..19} ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake llvm-r1 multiprocessing python-any-r1 toolchain-funcs |