-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formal minimum dependencies versions? #82
Comments
We probably also want to formalise the minimum versions of |
Yeah the postgres one is an important one. I know that it definitely doesn't work on postgres 9, as I found that out the annoying way. |
These can just be as easy as looking at what versions we know work, decide if we think we should test older versions (if they're pre-release versions or whatever) then just adding a little "Minimum X Version: x.x.x" badge to the README, and version tags to docker-related files. |
Not sure if this would come under the same issue, but there should also be a list of permissions the bot needs from discord, and we could even provide the unique code/id for that combination of permissions. |
Regarding software versions, we could probably just set them to the latest stable versions that we're using, ie: Python 3.8+ Unless anyone has objections, I'll open a pull request. |
Probably wants it's own issue. |
I'm pretty sure the bot needs at least python
3.8
, but I'm not too sure about that. We should formalise this.The text was updated successfully, but these errors were encountered: