Update GH actions to support py3.9

This commit is contained in:
L1ghtn1ng
2020-03-08 22:51:18 +00:00
parent b38d4046c2
commit 84d209ca86
+1 -1
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 }}