From dedad3390a269eee09a101dcd10ad66a748770ec Mon Sep 17 00:00:00 2001 From: Max Stahlschmidt <77545448+matosys@users.noreply.github.com> Date: Wed, 15 Apr 2026 14:46:42 +0200 Subject: [PATCH] ci(.readthedocs.yml): update to python3.10 and use ubuntu 24.04 --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 48f669f..a8002cc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: - python: "3.9" + python: "3.10" sphinx: fail_on_warning: true