bunq / sdk_python

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

update setup.py: only python 3.7 is supported. #133

Closed csdenboer closed 4 years ago

csdenboer commented 4 years ago

As a result of using __future__ import annotations, the bunq SDK is no longer compatible with Python versions lower than 3.7.

//: # (Thanks for opening this pull request! Before you proceed please make sure that you have an issue that explains what this pull request will do. Make sure that all your commits link to this issue e.g. "My commit. (bunq/sdk_python#)". If this pull request is changing files that are located in "bunq/sdk/model/generated" then this pull request will be closed as these files must/can only be changed on bunq's side.)

This PR closes/fixes the following issues: