Re-add python 3.9 support in CI

This commit is contained in:
Laurent Savaete
2021-08-31 00:58:55 +01:00
parent 532acbe622
commit e087145eb8

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