-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Support max_python_version key in info.json #5594
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
base: V3/develop
Are you sure you want to change the base?
Support max_python_version key in info.json #5594
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have tested this and can confirm it works as I described in #5590. In the process of testing I noticed the plural/singluar string selection doesn't actually function in the new code and in the min version code - see suggestions.
Co-authored-by: Vexed <[email protected]>
Co-authored-by: Vexed <[email protected]>
@Vexed01 i applied the patches you gave in the suggestions. |
ensure_max_python_version_info Can probably be simplified to 3,10 as micro versions shouldn't have any breaking changes. |
b4cd663
to
3dca02c
Compare
Description of the changes
Make cogs be able to have a maximum python version incase a new version has a change that breaks that cog. (#5590)