Remove support for python 3.6 as ofxtools doesn't support it

This commit is contained in:
Gabriel Augendre 2020-01-17 16:46:24 +01:00
parent 2e2902d708
commit 702c8c2107
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
max-parallel: 9 max-parallel: 9
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [3.6, 3.7, 3.8] python-version: [3.7, 3.8]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:

View file

@ -11,7 +11,7 @@ classifiers = [
] ]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.6" python = ">=3.7"
ofxtools = "^0.8.20" ofxtools = "^0.8.20"
click = "^7.0" click = "^7.0"
dateparser = "^0.7.2" dateparser = "^0.7.2"