bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

Edits to allow Python 3.5.3 as minimum #109

Closed eavanvalkenburg closed 5 years ago

eavanvalkenburg commented 5 years ago

Just went through this, I created a virtualenv with Python 3.5.3. Just had to make some small adjustments in the tests, nothing in the source. Some of the tests used the new Python 3.6 syntax for strong typing, replaced that with Asserts on the types after create. And one test used a function from the Secrets package that is new in 3.6, replaced that with a direct function when running on Python < 3.6.

Otherwise, all tests work! So raised the version to 1.1.1 and updated the setup.py for the minimum version of Python.

image

This PR closes/fixes the following issues: