From 10ba98051241c1e5bf73c6255d67ad5f75972a53 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sat, 9 Aug 2025 11:12:20 +0200 Subject: [PATCH] ReadTheDocs: use latest Ubuntu and Python --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8ff5ab71..fc908ac4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3.11" + python: "3" sphinx: configuration: doc/conf.py