From 36dc8d5d4b227f7e730be555792cad82213e20b7 Mon Sep 17 00:00:00 2001 From: Caparrini Date: Tue, 7 Apr 2026 00:19:58 +0200 Subject: [PATCH] chore: Deprecation of Ubuntu 20.04 LTS build image on RTD --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 70b2396..578087c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: - python: "3.10" + python: "3.11" sphinx: fail_on_warning: false