* allow installation in py 3.6

* test py 3.6
This commit is contained in:
Chi Wang
2022-06-26 08:32:28 -07:00
committed by GitHub
parent 8e3fccf592
commit cbb85e2aab
3 changed files with 13 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2