Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into release_0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Aug 22, 2024
2 parents 907b0f7 + c5a285b commit b868ef9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- name: Build Wheels
env:
CIBW_ARCHS_MACOS: arm64
CIBW_SKIP: "pp* cp38* cp39*"
run: cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
- name: Build Wheels
env:
CIBW_ARCHS_MACOS: arm64
CIBW_SKIP: "pp* cp38* cp39*"
run: cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v3
with:
Expand Down
7 changes: 7 additions & 0 deletions releasenotes/notes/restore_arm64_macos-3d41e85b0963dcd8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
fixes:
- |
Distribution packages for Python 3.8 and 3.9 for MacOS on Arm64
was disabled by #2106
This fix restore these distributions, because Python 3.8 and 3.9 supports
MacOS on Arm64 now

0 comments on commit b868ef9

Please sign in to comment.