Build for python3.8 and 3.9
This commit is contained in:
parent
978c042473
commit
f7e71cc32e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.9']
|
||||
python-version: ['3.8','3.9']
|
||||
node-version: ['14']
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue