|
1 | 1 | # This file configures wheels compilation for `cibuilwheel` for SimSIMD CPython bindings. |
2 | 2 | # On a good day it will produce: |
3 | | -# - `manylinux` and `musllinux` wheels for Linux on x86_64, aarch64, i686, ppc64le, s390x; |
| 3 | +# - `manylinux` and `musllinux` vectorized wheels for Linux on x86_64, aarch64; |
| 4 | +# - `manylinux` and `musllinux` wheels for Linux on i686, ppc64le, s390x; |
4 | 5 | # - `macos` wheels for x86_64, arm64; |
5 | | -# - `windows` wheels for AMD64, x86, ARM64. |
| 6 | +# - `windows` wheels for AMD64, ARM64. |
6 | 7 | # * for 7 Python versions from 3.7 to 3.13. |
7 | 8 | # * running thousands of fuzzy tests on each wheel. |
8 | 9 | # = meaning 12 platforms * 7 Python versions = 84 builds. |
@@ -34,7 +35,7 @@ test-command = """ |
34 | 35 | # We need to build for all platforms: |
35 | 36 | # - on Linux: x86_64, aarch64, i686 |
36 | 37 | # - on MacOS: x86_64, arm64 |
37 | | -# - on Windows: AMD64, x86, ARM64 |
| 38 | +# - on Windows: AMD64, ARM64 |
38 | 39 | # https://cibuildwheel.readthedocs.io/en/stable/options/#archs |
39 | 40 | # |
40 | 41 | # Important to note, not all those platforms have recent images. |
|
0 commit comments