Skip to content

Commit

Permalink
FIX workaround legacy for 3.7 - pip
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed Nov 20, 2024
1 parent d10919e commit 4ee50bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
exclude: # Python v3.7 does not support Apple Silicon ARM64
- python-version: "3.7"
os: macos-latest
include: # run legacy versions on Intel CPUs
- python-version: "3.7"
os: macos-13
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 4ee50bf

Please sign in to comment.