From 4cd635ff173443ffa95b11a59c60f2635f4c53d5 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 18 Dec 2025 15:54:48 -0800 Subject: [PATCH] nudging docs python version --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c85abeb..701a70a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.11" + python: "3.10" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55"