Skip to content

Commit 88f7f76

Browse files
Skip building python 3.14 free threading wheels (#51)
1 parent 3203b0c commit 88f7f76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ archs = ["native"]
5050
environment-pass = ["LLVM_VERSION"]
5151
# We use miniconda3 to get the clang/llvm toolchain on Linux.
5252
before-build = ["rm -rf build dist src/*.egg-info"]
53-
skip = ["*-musllinux_*", "cp38-*"]
53+
# Skip building 3.14t wheels as they are not supported by the current numba/llvmlite version.
54+
skip = ["*-musllinux_*", "cp38-*", "cp314t-*"]
5455
test-command = [
5556
# Run host OpenMP tests.
5657
"TEST_DEVICES=0 RUN_TARGET=0 python -m numba.runtests -v -- numba.openmp.tests.test_openmp",

0 commit comments

Comments
 (0)