mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Docs] Add information about `info.json's min_python_version` key in Downloader Framework page. (#3125)
* docs(downloader): add missing `min_python_version` key * chore(changelog): add towncrier entry
This commit is contained in:
parent
19e8e60a4d
commit
548a50b984
1
changelog.d/3124.docs.rst
Normal file
1
changelog.d/3124.docs.rst
Normal file
@ -0,0 +1 @@
|
||||
Add information about ``info.json``'s ``min_python_version`` key in Downloader Framework docs.
|
||||
@ -35,6 +35,9 @@ Keys specific to the cog info.json (case sensitive)
|
||||
- ``max_bot_version`` (string) - Max version number of Red in the format ``MAJOR.MINOR.MICRO``,
|
||||
if ``min_bot_version`` is newer than ``max_bot_version``, ``max_bot_version`` will be ignored
|
||||
|
||||
- ``min_python_version`` (list of integers) - Min version number of Python
|
||||
in the format ``[MAJOR, MINOR, PATCH]``
|
||||
|
||||
- ``hidden`` (bool) - Determines if a cog is visible in the cog list for a repo.
|
||||
|
||||
- ``disabled`` (bool) - Determines if a cog is available for install.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user