python-twitter-tools / twitter

Python Twitter API
http://mike.verdone.ca/twitter/
MIT License
3.19k stars 713 forks source link

Test on 3.8 final and 3.9-dev #407

Closed hugovk closed 4 years ago

hugovk commented 4 years ago

Python 3.8 was released in October.

Python 3.9 is due out next October and is already in alpha.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.02%) to 30.362% when pulling 123de8085dd987afd2dd845139b4853e7f9d8390 on hugovk:patch-1 into da866c4f770c54db0e469f490ac2741888ba29da on sixohsix:master.

hugovk commented 4 years ago

Hmm, to avoid rate limit problems, perhaps these will 2 should replace 3.6 and 3.7?

Then the upper and lower 3.x are still covered.

boogheta commented 4 years ago

seems good without any rate issue Thanks for the follow-up, let's merge!