include 3.8 in GitHub Actions

pull/86/head
cneud 1 year ago
parent 456fccb35e
commit 63d996880d

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7'] # '3.8'
python-version: ['3.7', '3.8']
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save