We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3203b0c commit 88f7f76Copy full SHA for 88f7f76
1 file changed
pyproject.toml
@@ -50,7 +50,8 @@ archs = ["native"]
50
environment-pass = ["LLVM_VERSION"]
51
# We use miniconda3 to get the clang/llvm toolchain on Linux.
52
before-build = ["rm -rf build dist src/*.egg-info"]
53
-skip = ["*-musllinux_*", "cp38-*"]
+# Skip building 3.14t wheels as they are not supported by the current numba/llvmlite version.
54
+skip = ["*-musllinux_*", "cp38-*", "cp314t-*"]
55
test-command = [
56
# Run host OpenMP tests.
57
"TEST_DEVICES=0 RUN_TARGET=0 python -m numba.runtests -v -- numba.openmp.tests.test_openmp",
0 commit comments