Commit 6471abe
CI: skip 32-bit Windows wheel builds
The *i686 skip pattern in cibuildwheel config matches only Linux
32-bit identifiers (e.g. cp310-manylinux_i686), not Windows 32-bit
(which uses win32, e.g. cp310-win32). Add *win32 to skip 32-bit
Windows builds, which fail because:
- c_shard_info.c uses __uint128_t (GCC extension, unsupported by MSVC)
- cryptography test dependency fails to build for i686-pc-windows-msvc
due to missing OpenSSL1 parent e48f3c6 commit 6471abe
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
0 commit comments