We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df8c2c commit 1122f1fCopy full SHA for 1122f1f
README.md
@@ -11,7 +11,7 @@ code being in `PicoQuantScanImageTools`).
11
12
With the current `corrosiff` backend, this and all future versions (until PyO3 changes)
13
will not be compatible with `PyPy` interpreters. This is only because `PyPy` is not
14
-supported by the `PyO3` tools, and manually bridging the `Rust` library to `Python`
+supported by the `rust-numpy` tools, and manually bridging the `Rust` library to `Python`
15
would be a nightmare.
16
17
### TODOS:
pyproject.toml
@@ -52,4 +52,8 @@ minversion = "6.0"
52
addopts = "-ra -q"
53
testpaths = [
54
"tests",
55
-]
+]
56
+
57
+[tool.cibuildwheel]
58
+# Disable building PyPy wheels on all platforms
59
+skip = "pp*"
0 commit comments