fix: python version recongizing

This commit is contained in:
debugtalk
2022-03-21 15:21:58 +08:00
parent 1bcbc19651
commit a025ccde73
2 changed files with 2 additions and 2 deletions

View File

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