Run tests against 3.8

This commit is contained in:
Matthias 2020-02-01 15:14:55 +01:00
parent 4459679c64
commit 321bc336ea
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-18.04, macos-latest ]
python-version: [3.7]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v1