mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
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>
13 lines
130 B
YAML
13 lines
130 B
YAML
formats:
|
|
- pdf
|
|
|
|
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.7
|
|
pip_install: true
|
|
extra_requirements:
|
|
- docs
|
|
- mongo
|