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