-
Notifications
You must be signed in to change notification settings - Fork 94
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
Update cibuildwheel to fix setuptools 74.0.0 compatibility #616
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #616 +/- ##
=======================================
Coverage 93.97% 93.97%
=======================================
Files 86 86
Lines 13825 13825
=======================================
Hits 12992 12992
Misses 833 833
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@mraspaud See pypa/setuptools#4610 for details but it seems cibuildwheel's newest release fixes an issue that setuptools 74.0.0 was running into. Updating cibuildwheel in my test |
This is to solve compilation problems on windows arm64.
Also attempts to port setup.cfg to pyproject.toml