Add Python 3.8 to the tests

This commit is contained in:
Christian Clauss
2019-11-03 14:43:52 +01:00
committed by GitHub
parent a8be2ef60a
commit c174991b14
+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