From 7d4403a6d69338bbafb28bf9c463eb7eb9db07f6 Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 23 Mar 2021 09:35:14 +0100 Subject: [PATCH] bump Python to 3.8 in readthedocs.yml 3.5 is EOL --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index a2bc2646f..2b684d138 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,4 +1,4 @@ python: - version: 3.5 + version: 3.8 pip_install: true requirements_file: docs/requirements.txt