Skip to content

Commit

Permalink
Exclude py3.8 for macos because of #24
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed Oct 16, 2023
1 parent 2403426 commit 0ac33dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
matrix:
python-version: ["3.8", "3.11"]
runs-on: [ubuntu-latest, macos-latest, windows-latest]
exclude:
- os: macos-latest
python-version: "3.8"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0ac33dc

Please sign in to comment.