Skip to content

Commit 17731d8

Browse files
committed
Run tests on Python 3.9
1 parent 62caad1 commit 17731d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: true
1010
matrix:
11-
python-version: [3.6, 3.7, 3.8]
11+
python-version: [3.6, 3.7, 3.8, 3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v2
3030
- uses: actions/setup-python@v2
3131
with:
32-
python-version: 3.8
32+
python-version: 3.9
3333
- name: Install dependencies
3434
run: python -m pip install flake8 isort tan
3535
- name: Check for flake8 issues
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- uses: actions/setup-python@v2
4747
with:
48-
python-version: 3.8
48+
python-version: 3.9
4949
- name: Install dependencies
5050
run: python -m pip install mypy
5151
- name: Check using mypy

0 commit comments

Comments
 (0)