Skip to content

Commit

Permalink
TST: Exclude python 3.6 tests of macos-latest
Browse files Browse the repository at this point in the history
Python 3.6 will be unavailable on the to-be introduced macOS-11 default.
Xref actions/runner-images#4060.
  • Loading branch information
Bas van Beek committed Sep 24, 2021
1 parent 580faa0 commit e4f9fb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- os: ubuntu-latest
special: '; pre-release'
version: 3.9
exclude:
- os: macos-latest
special: ''
version: 3.6

steps:
- name: Cancel Previous Runs
Expand Down

0 comments on commit e4f9fb6

Please sign in to comment.