Update GH actions to support py3.9

This commit is contained in:
L1ghtn1ng
2020-03-09 00:53:34 +00:00
parent d0e23e99d7
commit 42753663a8
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
continue-on-error:
continue-on-error: always()
python-version: ['3.7', '3.8', '3.9']
name: Python ${{ matrix.python-version }}
steps: