Build for python3.8 and 3.9

This commit is contained in:
Matthew Stratford 2022-03-19 15:59:59 +00:00
parent 978c042473
commit f7e71cc32e

View file

@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9']
python-version: ['3.8','3.9']
node-version: ['14']
steps: