commit 51a90173b3c38e57b7af5679a7b7324bbe0d0001 Author: juga0 juga@riseup.net Date: Tue Apr 20 11:38:20 2021 +0000
fix: Update python version for rtfd.io --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.readthedocs.yml b/.readthedocs.yml index a052595..701a824 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,7 +4,7 @@ build: image: latest
python: - version: 3.5 + version: 3.7 # To run "pip install ." in rtfd.io pip_install: true