Vaelor / python-mattermost-driver

Python Mattermost Driver for APIv4
https://vaelor.github.io/python-mattermost-driver/
MIT License
189 stars 69 forks source link

Drop Python 3.5 support explicitly #99

Closed maxbrunet closed 2 years ago

maxbrunet commented 2 years ago

Release 7.2.0 contained a breaking change when it upgraded websocket to 8+, which dropped support Python 3.5: https://websockets.readthedocs.io/en/stable/project/changelog.html#id19

Python 3.5 has also reached EOL in September 2020: https://www.python.org/dev/peps/pep-0478/

Vaelor commented 2 years ago

Thanks alot @maxbrunet ! I will update the package as soon as I am able to.