-
Notifications
You must be signed in to change notification settings - Fork 4
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
Apple silicon & Python 3.12 #20
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
da009e7
Update test.yml
martinellimarco 97c100c
Update test.yml
martinellimarco ac8a112
Update test.yml
martinellimarco e1f3875
Update test.yml
martinellimarco 34f0eca
Update test.yml
martinellimarco f68130e
Update test.yml
martinellimarco bd735ff
Update test.yml
martinellimarco 58136af
Update test.yml
martinellimarco dea791b
Update test.yml
martinellimarco b37a1dc
Update test.yml
martinellimarco 68efee9
Update test.yml
martinellimarco 5a92b30
Update test.yml
martinellimarco ffd7120
Update test.yml
martinellimarco cd1c4fb
Update test.yml
martinellimarco f2805fd
Update test.yml
martinellimarco 8375f26
Update _get_zstd.py
martinellimarco 78fdd3a
Update test.yml
martinellimarco d60020b
Update publish.yml
martinellimarco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you want both:
os: [macos-13, macos-14, ubuntu-latest, windows-latest]
macos-13 for building for x86-64 and macos-14 for building with ARM. At least that's how I did it in my CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried macos-14 but for some reason it's not finding zstd.h. It works fine in macos-13 with no other change.
I have CIBW_ARCHS_MACOS: "x86_64 arm64" which seems to be working fine to build both x86-64 and arm64 wheels.
See this test under check wheels. Does it seem ok to you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah nice, looks good and seems more reliable and self-explanatory than running on different macos versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, I'm going ahead and publishing v1.6.1 :) Let's hope for the best.