errbotio / errbot

Errbot is a chatbot, a daemon that connects to your favorite chat service and bring your tools and some fun into the conversation.
http://errbot.io
GNU General Public License v3.0
3.12k stars 614 forks source link

Add python 3.10 to automated testing #1539

Closed nzlosh closed 2 years ago

nzlosh commented 2 years ago

This PR adds Python 3.10 to tox tests and github actions tests. The tests are passing with a few deprecation warnings.

sijis commented 2 years ago

Closes #1538

sijis commented 2 years ago

@nzlosh I've made some small adjustments and fixed the warnings. is there anything left here to do?

nzlosh commented 2 years ago

Thanks for the fixes. If the tests are green, this looks good to me. If users are hitting errors we'll need to add tests to start capturing the corner cases in the future.