From 8f7614908e0bbb3990d01ac275b1bce6b150ae8e Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Sun, 21 Jun 2026 18:17:41 +0200 Subject: [PATCH] fix(docs): update OS version in Read the Docs configuration to ubuntu-24.04 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b3d945e..76640b7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: python: "3.12" jobs: