Closed larsoner closed 4 months ago
@akaszynski I suggest we merge this PR then cut a 0.17.0 release
Sure! After merging this, create a new branch release/0.17
and then bump the version on that branch to 0.17.0
. Push that commit and then tag with v0.17.0
. CI should take care of the rest.
Pushed, feel free to approve and/or merge @akaszynski (I can't merge myself without an approving review, but marked for merge-when-green-and-approved)
Seems that we need to fix our required CI checks...
Also I don't see the point of building both universal2
and x86_64
wheels on macOS. To me it makes the most sense to build x86_64 on macos-13 and arm64 on macos-14. I'll open a PR to update to this (I think it's cibuildwheel suggested/best practice nowadays)
@akaszynski I suggest we merge this PR then cut a 0.17.0 release
Closes #65