From 9a6b9476660223ec3fb887b5a7a7b709e5bc84ec Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 24 Aug 2023 16:49:36 +0100 Subject: [PATCH] Try using python 3.11 for readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 13ae5bed..5369a2e0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.11" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55"