Skip to content

Commit

Permalink
including Py3.7 for ARM [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Oct 6, 2023
1 parent a056a89 commit d9bc2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macos_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
PKG_CONFIG_PATH: "/usr/local/opt/zlib/lib/pkgconfig"
uses: "gabrielfalcao/pyenv-action@v13"
with:
default: 3.8
default: 3.7
command: pip3 install -U pip3 wheel setuptools

- name: Built wheel for MacOS ARM
Expand All @@ -43,7 +43,7 @@ jobs:
needs: build
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11" ]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11" ]
runs-on: self-hosted

steps:
Expand Down

0 comments on commit d9bc2fd

Please sign in to comment.