Fix 3.10 python version

This commit is contained in:
2022-05-18 11:09:33 +02:00
parent f313032b98
commit d610f86483

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python: [3.8, 3.10]
python: [3.8, "3.10"]
steps:
- uses: actions/checkout@v2