From 06cd4a7e160d8f37be9f04db1cff883ca0faf304 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 9 Jan 2025 16:44:57 -0800 Subject: [PATCH] Update readthedocs config (#600) --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a124b7ca..252fca8e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,9 +6,9 @@ version: 2 # Set the OS, Python version and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" + python: "3.13" # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"