Skip to content

Commit ec4b034

Browse files
committed
Add Python 3.9 to the testing matrix
1 parent d6448a8 commit ec4b034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python: [3.6, 3.7, 3.8]
12+
python: [3.6, 3.7, 3.8, 3.9]
1313

1414
steps:
1515
- uses: actions/checkout@v2

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36,py37,py38,flake8,black,mypy
2+
envlist = py36,py37,py38,py39,flake8,black,mypy
33

44
[testenv]
55
deps=

0 commit comments

Comments
 (0)