workflow python 3.6 version

This commit is contained in:
Vojta Mrazek 2023-02-22 10:00:32 +01:00
parent 60c4d3d24e
commit da4347148c

View File

@ -84,7 +84,7 @@ jobs:
needs: build
strategy:
matrix:
python-version: [ '3.6.15', '3.7', '3.8', '3.9', '3.10', '3.11' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
name: Python ${{ matrix.python-version }} test
steps:
- uses: actions/checkout@v2