From 5fd962a6ab4572c6456bbcd2393e1dd7ea25b10b Mon Sep 17 00:00:00 2001 From: Jack Wilburn Date: Mon, 29 Jul 2024 15:24:04 -0600 Subject: [PATCH] Back down to 3.11 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8933d40..1504257 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.11" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70"