change: upgrade python support version to ^3.7

This commit is contained in:
debugtalk
2022-03-21 15:15:03 +08:00
parent 484ba0aedd
commit 757661c4af
15 changed files with 761 additions and 617 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 12
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
os: [ubuntu-latest, macos-latest, windows-latest]
steps: