Merge pull request #1993 from yliaog/master

Removed 3.6 python version
This commit is contained in:
Yu Liao 2023-01-24 14:45:42 -08:00 committed by GitHub
commit 13988e4612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.10"]
python-version: ["3.7", "3.8", "3.10"]
include:
- python-version: "3.9"
use_coverage: 'coverage'