From 095d6bc1003897beed818c6edd231c5449fd61ed Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Thu, 18 Aug 2022 16:55:28 +0100 Subject: [PATCH] docs/.readthedocs: Bump the python version Bump the python version used to build the documentation to prevent installation errors in the build environment. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3a59b97e..a0d60168 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -15,7 +15,7 @@ formats: all # Set the version of Python and requirements required to build your docs python: - version: 3.7 + version: 3.8 install: - method: setuptools path: .