-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: Update cibuildwheel v0.16 #1330
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1330 +/- ##
=======================================
Coverage 96.41% 96.41%
=======================================
Files 20 20
Lines 1812 1812
=======================================
Hits 1747 1747
Misses 65 65 |
f3b0d4a
to
d886f0b
Compare
pypy failure:
|
win32 failure:
I think that this is a bug with numpy. |
Do you want to build NumPy from source? If not, since NumPy has not released python 3.12 wheels, you need to add |
Although that will not solve the 3.12 32-bit windows story, you will have to wait a few days until the wheels are uploaded. I am not sure why PyPy is not finding a pre-built wheel, can you point to the log file with the failure? And if I am already here, you should add a pin |
3547f38
to
6fed306
Compare
Looks like it is the PyPy 3.10 wheels failing. The 3.9 wheels pass just fine. I think it is due to numpy not providing PyPy 3.10 wheels. |
6fed306
to
8d82230
Compare
For the PyPy 3.10 and i686 architectures, it seems like the build option is not working. Action Run: https://github.com/pyproj4/pyproj/actions/runs/6211319703/job/16860392551 Relevant logs:
Due to this, disabling the builds that don't provide numpy wheels. |
Is that a bug or CI hiccup on numpy's end? Or intentional? |
Not sure at the moment ... |
|
Related #1325