Conversation
Collaborator
Author
|
Tried the suggestion in #61... anyone with an ARM mac want to try the wheels in this build: |
Collaborator
Author
|
Github very recently released M1 runners ( |
This was referenced Mar 10, 2024
Merged
KE7
added a commit
to KE7/python-fcl
that referenced
this pull request
Mar 10, 2026
Adds native Linux ARM64 (aarch64) wheel builds using GitHub's ubuntu-24.04-arm runner, mirroring how macOS ARM was added in BerkeleyAutomation#74. - Add ubuntu-24.04-arm to the platform matrix in push.yml and release.yml - Remove explicit archs = ["x86_64"] restriction so cibuildwheel auto-detects the native arch on each runner (x86_64 on ubuntu-latest, aarch64 on ubuntu-24.04-arm) - Bump version to 0.7.0.11 All 15 tests pass on linux/aarch64 natively. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
setup.cfgintopyproject.tomland bumps the minimum Python version to 3.7 which I've found is the lowest version that is easy to support as of late 2023.oldest-supported-numpyis replaced withnumpyas there were issues with it elsewhere and it is unnecessary.