From ad8522ddc1869d9c83c2568354dbda5c2318656f Mon Sep 17 00:00:00 2001 From: Will Usher Date: Mon, 10 Jul 2023 11:05:58 +0200 Subject: [PATCH] Use Python 3.11 for ReadTheDocs --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 21b08145..16065bdd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,7 +17,7 @@ formats: - pdf python: - version: 3.8 + version: 3.11 install: - requirements: docs/requirements.txt - {path: ., method: pip}