FM-17 / poglink

A bot that integrates the ARK Web API with Discord.
MIT License
12 stars 4 forks source link

Bump Python version #74

Open travipross opened 10 months ago

travipross commented 10 months ago

Currently the project specifies it uses Python 3.7 in both setup.cfg and in the README, but that version has reached end of life as of 2023-06-26.

Should probably bump to a current stable release, which right now is 3.11 or 3.12, and test that it still works. At the very least, the CI pipeline should be testing against a current/stable version of Python instead of a now-deprecated version.

Might be a good stretch goal to test a few different python versions to actually specify the correct minimum.