sendinblue / APIv3-python-library

SendinBlue's python library for API v3
MIT License
82 stars 40 forks source link

async is a reserved keyword in python 3.7 #20

Closed parth115 closed 5 years ago

parth115 commented 6 years ago

account_api.py line 119 async = params.get('async') does not work as async is now a reserved keyword in python starting from 3.7

2af commented 5 years ago

Dear SIB, any update planned on it?

aakanksha-sib commented 5 years ago

We are currently supporting python upto version 3.5 . We will soon update our python wrapper to support version 3.7 .

frossigneux commented 5 years ago

Any update on this? I am using python 3.7 and had this problem too. So I did this PR: https://github.com/sendinblue/APIv3-python-library/pull/36

aakanksha-sib commented 5 years ago

Hi @frossigneux , Thanks for sharing the PR. We will check if things get fixed and will get back to you.

2af commented 5 years ago

frossigneux, Ended up working with proper and stable MChimp. Nothing personal, SIB, you are just outdated in our case.

nwarchitect commented 4 years ago

Is there any update? Python 3.7 was release on June 27, 2018. That's 18+months and we still have no compatibility.

Is there any roadmap available for this problem?