[autotests] add more python versions
This commit is contained in:
parent
42ef6a3f02
commit
f59da4c2d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autotest.yml
vendored
2
.github/workflows/autotest.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.6']
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue