Merge pull request #182 from cclauss/patch-2

Add Python 3.8 to the tests
This commit is contained in:
Mike Coutermarsh
2019-11-04 16:54:24 -08:00
committed by GitHub
+2 -2
View File
@@ -7,9 +7,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
max-parallel: 5
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1