From 499531fed5844cb9d4613256f246687d696cba12 Mon Sep 17 00:00:00 2001 From: William Moore Date: Mon, 9 Dec 2024 13:41:27 +0000 Subject: [PATCH] Specify python 3.12 in .readthedocs.yml --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index aba49f64..af42c27c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.12" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55"