Skip to content

Commit

Permalink
Restore MacOS Arm64 for Python 3.8 and 3.9 (#2169)
Browse files Browse the repository at this point in the history
* Restore MacOS Arm64 for Python 3.8 and 3.9

* upgrade version of numpy and cvxpy

* fix test

* modify settings as same as main branch

---------

Co-authored-by: Hiroshi Horii <hhorii@users.noreply.github.com>
  • Loading branch information
doichanj and hhorii committed Aug 22, 2024
1 parent 1b2cbbd commit c5a285b
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 c5a285b

Please sign in to comment.