Update GH actions to support py3.9

This commit is contained in:
L1ghtn1ng 2020-03-09 00:51:10 +00:00
parent 86ff3b6870
commit 2fd6ea254d

View file

@ -13,6 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
continue-on-error: '3.9'
python-version: ['3.7', '3.8', '3.9'] python-version: ['3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}
steps: steps: