From e1b1c7a372e365188fc74814104ee8dde64d63aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 9 Jan 2026 14:13:35 +0100 Subject: [PATCH] chore: modernize build environment --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0adb75d2..c5c74aed 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,6 +9,6 @@ python: - requirements: docs/requirements.txt build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: '3.11' + python: '3.14'