Skip to content

Commit

Permalink
exclude py3.7 for macos arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyetama committed Jun 19, 2024
1 parent c8150a6 commit a9e088a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/poetry-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
poetry-version: [1.1.13]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- python-version: 3.7
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a9e088a

Please sign in to comment.