forked from gaugendre/ofx-processor
Remove support for python 3.6 as ofxtools doesn't support it
This commit is contained in:
parent
2e2902d708
commit
702c8c2107
2 changed files with 2 additions and 2 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
max-parallel: 9
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.7, 3.8]
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
|
|
|
@ -11,7 +11,7 @@ classifiers = [
|
|||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.6"
|
||||
python = ">=3.7"
|
||||
ofxtools = "^0.8.20"
|
||||
click = "^7.0"
|
||||
dateparser = "^0.7.2"
|
||||
|
|
Loading…
Reference in a new issue