[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:
jack1142 2019-11-15 22:28:17 +01:00 committed by Kowlin
parent 19e8e60a4d
commit 548a50b984
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
Add information about ``info.json``'s ``min_python_version`` key in Downloader Framework docs.

View File

@ -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.