also add python 3.9

This commit is contained in:
Christian Decker
2021-01-22 11:07:50 +01:00
parent e44b194d89
commit 1b6c69cd95

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v1