remove macos 3.6 from CI
This commit is contained in:
parent
e79f51c25d
commit
a036461daf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -19,9 +19,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest, macos-latest] # TODO windows-latest??
|
||||
python-version: ['3.6', '3.7', '3.8']
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
# seems like 3.6 isn't available on their osx image anymore
|
||||
exclude: [{platform: macos-latest, python-version: '3.6'}]
|
||||
exclude: [{platform: macos-latest, python-version: 3.6}]
|
||||
|
||||
runs-on: ${{ matrix.platform }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue