From 0bb5f7582cf16fb953a5166d35ef6b5531468787 Mon Sep 17 00:00:00 2001 From: Jillian Vogel Date: Thu, 3 Oct 2024 11:57:57 +0930 Subject: [PATCH] build: RTD with python3.12 + ubuntu-lts-latest --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2f0189d9..b0944fa8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,9 +12,9 @@ sphinx: # Set the version of python needed to build these docs. build: - os: "ubuntu-22.04" + os: "ubuntu-lts-latest" tools: - python: "3.8" + python: "3.12" # Optionally install extra requirements required to build your docs python: