📌 pin python version properly

This commit is contained in:
Félix Voituret
2021-01-08 18:52:09 +01:00
parent a8588ab391
commit b4c02210eb
3 changed files with 93 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}