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