Revert "Add CI support for python 3.9"

This reverts commit 1956cda374.
This commit is contained in:
Laurent Savaete
2021-08-28 16:04:52 +01:00
parent 1956cda374
commit 98216bef34

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