workflow python 3.6 version

This commit is contained in:
Vojta Mrazek 2023-02-22 09:55:19 +01:00
parent 6dd69c5aaa
commit 60c4d3d24e

View File

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