Fixed 3.10 in yaml

This commit is contained in:
Rhet Turnbull 2022-02-26 17:20:20 -08:00 committed by GitHub
parent 7883fc1911
commit 3704fc4a23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ jobs:
max-parallel: 4
matrix:
os: [macos-10.15]
python-version: [3.8, 3.9, 3.10]
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v1