Python 3.6 compat

This commit is contained in:
Harshal Sheth 2021-02-11 16:10:49 -08:00 committed by Shirshanka Das
parent a87161cad7
commit 42320081e1
2 changed files with 166 additions and 167 deletions

View File

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

File diff suppressed because it is too large Load Diff