[autotests] add more python versions

This commit is contained in:
tobi-wan-kenobi 2022-07-29 14:04:04 +02:00
parent 42ef6a3f02
commit f59da4c2d8

View file

@ -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