From e6e2946c0302c784e3a2f3ca6a82f6b1f1b30dc4 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 31 Oct 2018 11:29:35 +0100 Subject: [PATCH] Use python 3.6 for readthedocs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c8aaf1d..9b17298 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,5 +2,5 @@ build: image: latest python: - version: 3.7 + version: 3.6 setup_py_install: true \ No newline at end of file