Set python.version to 3.8 in the .readthedocs.yml

This commit is contained in:
Dmitri Bogomolov 2021-11-20 22:48:01 +02:00
parent 15149752ce
commit eff8faf4d1
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -1,7 +1,7 @@
version: 2
python:
version: 2.7
version: 3.8
install:
- requirements: docs/requirements.txt
- method: setuptools