Run actions on 3.10, lint on 3.9
This commit is contained in:
parent
507253fe14
commit
ee00f110af
|
@ -13,7 +13,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9"]
|
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||||
os: [macOS-latest, ubuntu-latest, windows-latest]
|
os: [macOS-latest, ubuntu-latest, windows-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -32,7 +32,6 @@ jobs:
|
||||||
run: make test
|
run: make test
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: make lint
|
run: make lint
|
||||||
if: ${{ matrix.python-version != '3.9' }}
|
|
||||||
- name: Coverage
|
- name: Coverage
|
||||||
run: codecov --token ${{ secrets.CODECOV_TOKEN }} --branch ${{ github.ref }}
|
run: codecov --token ${{ secrets.CODECOV_TOKEN }} --branch ${{ github.ref }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Reference in New Issue