Update GH actions to support py3.9

This commit is contained in:
L1ghtn1ng 2020-03-08 22:47:46 +00:00
parent 4626ec5458
commit b38d4046c2

View file

@ -12,7 +12,7 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
# max-parallel: 4
matrix:
python-version: ['3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }}
@ -32,7 +32,7 @@ jobs:
- uses: actions/setup-python@v1.1.1
if: matrix.python-version != '3.9'
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install --upgrade pip