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.13k stars 615 forks source link

Enable testing using Python 3.9 #1477

Closed nzlosh closed 3 years ago

nzlosh commented 3 years ago

Python 3.9 is stable and people are running errbot with it. This PR is to enable testing for python 3.9 to have better coverage to catch any potential issues.

nzlosh commented 3 years ago

I updated the .travis.yaml file, but it looks like all tests are run under github actions now, should I remove the file?

sijis commented 3 years ago

Yes. Could you create a new pr that only removes travis, along with any other references to it, like the banner, etc?

sijis commented 3 years ago

:+1: