Skip to content

Commit

Permalink
gh workflow: exclude python 3.7 for macos because of missing 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 63d8b69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ 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"
python: "3.7" # Prevent "The version '3.7' with architecture 'arm64' was not found for macOS 14.4.1"
runs-on: ${{ matrix.os }}-latest

steps:
Expand Down

0 comments on commit 63d8b69

Please sign in to comment.