From 09adb44cc8bdc80a9a512f0219ad49447823e5c2 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 10 Nov 2024 14:53:39 +0100 Subject: [PATCH] chore(deps): update readthedocs os to ubuntu-24.04 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0d7162c8f..e25953d27 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,6 @@ python: install: - requirements: docs/requirements.txt build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3.11"