-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Fix Python3.7 compatibility issue #1042
Conversation
passing "async" argument can make invalid argument error on python 3.7
passing "async" argument can make invalid argument error on python 3.7
Looks good thanks :) |
Can we get a release with this bug fix? |
For those who need to use Tweepy in Python3.7 immediately, here is a workaround: $ pip install git+https://github.com/tweepy/tweepy This command will install the GitHub's latest version (as v3.6.0) instead of PyPI's v3.6.0. |
Python 3.7 has been out for more than three months now, so have the initial patches here. Is there anything we can do to help get out a tweepy release that works with current Python? Thanks! |
Thank you! it's helped me! |
There is now a Tweepy release supporting Python 3.7. Thank you, @joshthecoder! |
passing "async" argument can make invalid argument error on python 3.7
#1017 async invalid syntax #1017