From db8e9ab6bbfb8b5adb5ce80fd9141a47abf8d357 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Wed, 1 Nov 2023 13:24:12 +0100 Subject: [PATCH] Use python 3.10 for readthedocs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0480b042f..c67bd8dd4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.10" # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"