Test against python 3.8.

This commit is contained in:
Yuxin Wang 2020-10-14 14:09:52 -04:00 committed by GitHub
parent c860c8c0ff
commit 4b8064fb60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
python-version: [3.7]
python-version: [3.8]
runs-on: ${{ matrix.os }}
env:
# TODO: remove this when github actions support "if" in expressions