Skip to content

Commit

Permalink
ci pip: no py 3.8 on macos arm64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed May 15, 2024
1 parent fff50b4 commit 56588de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos-linux-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
matrix:
os: ["ubuntu", "macos"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: "macos"
python-version: "3.8" # Not available on arm64
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 56588de

Please sign in to comment.