Skip to content

Commit

Permalink
ci: skip python 3.7 on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed May 14, 2024
1 parent aaeb688 commit 170ec7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
matrix:
platform: [macos-latest, ubuntu-latest] # windows-latest excluded for now
python-version: ["3.7", "3.11"]
exclude:
# 3.7 is not available anymore on macos-latest
- platform: macos-latest
python-version: "3.7"

runs-on: ${{ matrix.platform }}

Expand Down

0 comments on commit 170ec7a

Please sign in to comment.