From e631d7f2d66fecf5e8a7407cde4c33ea76425dbb Mon Sep 17 00:00:00 2001 From: Eric Winter Date: Thu, 19 Jun 2025 13:53:18 -0600 Subject: [PATCH] Changed RTD python version to 3.12. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 96bc487..06fad2c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.12" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70"