Add test for 3.9

This commit is contained in:
Taoufik
2021-01-06 08:58:58 +01:00
committed by GitHub
parent a0913e3f63
commit cf82dac4ad
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest]
steps: