Skip to content

Commit

Permalink
Exclude Python 3.7 for macos
Browse files Browse the repository at this point in the history
Error: The version '3.7' with architecture 'arm64' was not found for macOS 14.7.
  • Loading branch information
fliiiix committed Nov 10, 2024
1 parent 9f29477 commit 7616849
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
matrix:
python-version: [3.7, 3.12]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macos-latest
python-version: 3.7

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7616849

Please sign in to comment.