From 0fdd148b9aff002b15cfeb8e7d0e5d7e020b8218 Mon Sep 17 00:00:00 2001 From: weibeu Date: Fri, 11 Feb 2022 16:22:33 +0530 Subject: [PATCH] Use supported Python version --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2f0822c..382a53e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,7 @@ build: python: "3.9" python: - version: "3.9" + version: "3.8" pip_install: true extra_requirements: - docs