Skip to content

Commit

Permalink
Issue #25 support for py36 on mac is now experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Dec 21, 2021
1 parent c2f57d2 commit 60493e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
python-ver: [3.6, 3.7]
experimental: [false]
exclude:
- os: macos-latest
python-ver: 3.6
include:
- os: macos-latest
python-ver: 3.6
experimental: true
- python-ver: 3.8
os: ubuntu-latest
experimental: true
Expand Down

0 comments on commit 60493e8

Please sign in to comment.