From 247185028ad8574ed8cd80a3f41d6b2f8e9e0478 Mon Sep 17 00:00:00 2001 From: ssnn-airr Date: Wed, 1 Apr 2026 09:47:36 +0200 Subject: [PATCH] Update ReadTheDocs configuration to use Ubuntu 24.04 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fdfe5be..590dc81 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: python: "3.11"