reubano / csv2ofx

A Python library and command line tool for converting csv to ofx and qif files
MIT License
195 stars 111 forks source link

CentOS7 support #47

Closed CdeMills closed 5 years ago

CdeMills commented 6 years ago

Hello,

CentOS 7 contains python3.4. What mandates python3.5 in your project ? Could the requirements be lowered to python3.4 ?

Regards

Pascal

reubano commented 5 years ago

While there may not be any specific py3.4 features, I only test from 3.5. You can try it and see if any errors pop up, but I can't guarantee 3.4 compatibility.