mirror of
https://github.com/pinry/pinry.git
synced 2026-01-15 19:52:06 +01:00
feature: fix 3.10 parse error in github workflow
This commit is contained in:
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user