feature: fix 3.10 parse error in github workflow

This commit is contained in:
winkidney
2022-04-21 09:10:58 -07:00
parent e56c0e5813
commit 21f42c7dc1

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [3.7, 3.8, 3.9, 3.10.4]
steps:
- uses: actions/checkout@v1