Ran
|
Files
1265
|
Run time
26s
|
Badge
Embed ▾
README BADGES
|
push
github
Fix cibuildwheel config for building 32bit Python 3.12 wheels (#11595) (#11598) This commit fixes an issue that was triggered during the 0.45.1 and 0.45.2 releases (the first two release with Python 3.12 support). Just as with Python 3.10 and 3.11 there were no precompiled binaries available as wheels for numpy and scipy which prevents us from testing the wheels in CI. However, when we added Python 3.12 support we neglected to also skip tests on the 32bit platforms with 3.12 too. This causes the CI wheel publish jobs to fail because they try unsuccessfully to install scipy and numpy. This commit fixes this oversight by also excluding Python 3.12 tests on these platforms. This isn't needed on `main` because for future releases we've downgraded 32 bit platform support to Tier 3 which doesn't run tests after wheel builds. This should be forward ported to stable/0.46 as we'll need it there too. (cherry picked from commit b371041d0) Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
74262 of 85432 relevant lines covered (86.93%)
92149.05 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|