Skip to content

Commit

Permalink
gh workflow: exclude python 3.7-.3.9 for macos/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-obx authored and greenrobot committed May 15, 2024
1 parent 6e010a3 commit defe462
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
matrix:
os: ["ubuntu", "windows", "macos"]
python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] # https://devguide.python.org/versions/#versions

exclude:
- os: macos
architecture: arm64
python: ["3.7"]
runs-on: ${{ matrix.os }}-latest

steps:
Expand Down

0 comments on commit defe462

Please sign in to comment.