Add Python v3.9 to the Github workflow

This commit is contained in:
Scott Wallace 2021-05-27 08:30:56 +01:00
parent 4d1904b285
commit 9d579560af
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

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