add python 3.9 for tests

This commit is contained in:
jonaswinkler 2021-01-27 20:27:06 +01:00
parent d2a8bc5c4c
commit 29e1b51164

View File

@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8']
python-version: ['3.6', '3.7', '3.8', '3.9']
fail-fast: false
steps:
-