Update test.yml
to use the newly released cadquery-ocp PyPI packages for macos-arm64
#797
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.
Earlier today cadquery-ocp released packages on PyPI for macos-arm64 for cadquery-ocp==7.7.2. This PR updates build123d's
test.yml
workflow to use the official packages from PyPI and also enables testing on py310 and py312 for macos-arm64 too.There are additional changes that need to be made to the docs as the workarounds for Apple Silicon are no longer necessary as you can now simply:
pip install build123d
on windows-x86_64, linux-x86_64, macos-x86_64, and as of today -- macos-arm64!
Related issues #646 #317 #439