diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f68d120eb8..365904df88 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d1b675a0f3..9fbde6c804 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: diff --git a/releasenotes/notes/restore_arm64_macos-3d41e85b0963dcd8.yaml b/releasenotes/notes/restore_arm64_macos-3d41e85b0963dcd8.yaml new file mode 100644 index 0000000000..5e31e037db --- /dev/null +++ b/releasenotes/notes/restore_arm64_macos-3d41e85b0963dcd8.yaml @@ -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