Added python3.8 to workflow

This commit is contained in:
Rhet Turnbull
2019-12-21 08:32:34 -08:00
committed by GitHub
parent 2dc7bccfb7
commit 4f449087a6

View File

@@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1