From 641fa15ec24589eea9124c4a03b165330698e0d9 Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Mon, 30 Mar 2026 21:16:51 +0200 Subject: [PATCH] update readthedocs to Ubuntu 24.04 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 23cc3549..4880b965 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,7 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: python: "3.9"