Closed mraspaud closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.97%. Comparing base (
8002a7a
) to head (8fe29a0
). Report is 14 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@mraspaud See https://github.com/pypa/setuptools/issues/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 debug-wheels
branch seems to have success building, but then failed on Python 3.13 because pyproj hasn't released 3.13 wheels yet. I've skipped building for Python 3.13 until pyproj is able to make their compatible release.
This is to solve compilation problems on windows arm64.
Also attempts to port setup.cfg to pyproject.toml