forked from gaugendre/ofx-processor
Test against python 3.8->3.10
This commit is contained in:
parent
e7d65af67a
commit
32686f9c6c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
max-parallel: 9
|
max-parallel: 9
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.7, 3.8]
|
python-version: [3.8, 3.9, 3.10]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue