Red-DiscordBot/.readthedocs.yml
Toby Harradine 016a6d3aa6
Bump minimum python version to 3.7.0 (#2394)
This is in anticipation of #2246, although I've written that PR to not break on 3.6, the feature itself is not usable on 3.6. So I think the best way forward is to simply require python 3.7. This also allows devs and cog creators to utilise all of the new features in 3.7, and it also updates the docs so all operating systems will have 3.7 installed.

Signed-off-by: Toby <tobyharradine@gmail.com>
2019-01-30 14:07:53 +11:00

13 lines
130 B
YAML

formats:
- pdf
build:
image: latest
python:
version: 3.7
pip_install: true
extra_requirements:
- docs
- mongo