add multiple python versions

This commit is contained in:
Jonathan Wren 2020-11-07 12:51:04 -08:00
parent c6b05f781a
commit 580d55fb68
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A

View file

@ -13,6 +13,9 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2