Skip to content

Commit b3e35a9

Browse files
committed
Make: Patch pyproject.toml
1 parent 1fe7faa commit b3e35a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ archs = ["all"]
4545
# Add "pp*" to skip PyPy builds, but they should work fine these days :)
4646
# https://cibuildwheel.readthedocs.io/en/stable/options/#build-skip
4747
# https://cibuildwheel.readthedocs.io/en/stable/#what-does-it-do
48-
skip = ["pp*"] # we also don't use any SIMD on: ["*s390x*", "*ppc64le*"]
48+
skip = [] # we also don't use any SIMD on: ["*s390x*", "*ppc64le*"]
49+
enable = [] # don't enable PyPy
4950

5051
# Testing half-precision math in QEMU is unreliable!
5152
environment-pass = ["SIMSIMD_IN_QEMU"]

0 commit comments

Comments
 (0)