[tests] remove unsupported python version

This commit is contained in:
tobi-wan-kenobi 2022-11-26 10:17:09 +01:00
parent 07e2364f78
commit 0bc2c6b8e1

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v3