python-twitter-tools / twitter

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

Replace 3.11-dev with 3.11 #457

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

Python 3.11 is now out!

https://discuss.python.org/t/python-3-11-0-final-is-now-available/20291

Also add workflow_dispatch, which gives us a button on the Actions page to manually trigger a build, like Travis CI has, just in case we'll need it.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3332363342


Totals Coverage Status
Change from base Build 3313143722: 0.0%
Covered Lines: 655
Relevant Lines: 2088

💛 - Coveralls
RouxRC commented 1 year ago

Thanks Hugo as always!