👷 Enable tests for Python 3.9 (#322)
This commit is contained in:
parent
28f9b57a46
commit
ab7854dcf1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
click-7: [true, false]
|
||||
fail-fast: false
|
||||
|
||||
|
|
Loading…
Reference in a new issue