From a603395f523c3c62230bfadac78f286035df8c1e Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 5 Mar 2026 21:57:07 +0100 Subject: [PATCH] .readthedocs.yml: Ubuntu-24.04's default Python is 3.12 https://documentation.ubuntu.com/ubuntu-for-developers/reference/availability/python --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index aceed1f..54c1ecd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,9 +2,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.8" + python: "3.12" formats: - htmlzip