Skip to content

Commit

Permalink
Update python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cschramm committed Nov 8, 2020
1 parent de4dd79 commit ae4cec2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ jobs:

flake8:
strategy:
fail-fast: false
matrix:
python:
- 3.6
- 3.7
- 3.8
- 3.9-rc
- 3.9
- 3.10-rc
runs-on: ubuntu-latest
container:
image: python:${{ matrix.python }}
Expand All @@ -39,12 +41,14 @@ jobs:

mypy:
strategy:
fail-fast: false
matrix:
python:
- 3.6
- 3.7
- 3.8
- 3.9-rc
- 3.9
- 3.10-rc
runs-on: ubuntu-latest
container:
image: python:${{ matrix.python }}
Expand All @@ -60,12 +64,14 @@ jobs:

test:
strategy:
fail-fast: false
matrix:
python:
- 3.6
- 3.7
- 3.8
- 3.9-rc
- 3.9
- 3.10-rc
runs-on: ubuntu-latest
container:
image: python:${{ matrix.python }}
Expand Down

0 comments on commit ae4cec2

Please sign in to comment.