-
Notifications
You must be signed in to change notification settings - Fork 40
async is a reserved keyword in python 3.7 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Dear SIB, any update planned on it? |
We are currently supporting python upto version 3.5 . We will soon update our python wrapper to support version 3.7 . |
Any update on this? |
Hi @frossigneux , |
frossigneux, |
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? |
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
The text was updated successfully, but these errors were encountered: