Revert "Add support for python 3.9"

This reverts commit 92c99630a6.
This commit is contained in:
Laurent Savaete
2020-12-21 23:05:55 +00:00
committed by Guillaume Gardey
parent 9f5ca9394f
commit 6e176cc191

View File

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