We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62caad1 commit 17731d8Copy full SHA for 17731d8
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: true
10
matrix:
11
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7, 3.8, 3.9]
12
13
steps:
14
- uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
29
30
- uses: actions/setup-python@v2
31
with:
32
- python-version: 3.8
+ python-version: 3.9
33
- name: Install dependencies
34
run: python -m pip install flake8 isort tan
35
- name: Check for flake8 issues
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
run: python -m pip install mypy
51
- name: Check using mypy
0 commit comments