From 2d3bb198936bcaaa9ce3255a6802329485226b61 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Fri, 27 Feb 2026 12:59:15 +0100 Subject: [PATCH] Update Read the Docs to use Py3.14 and latest Ubuntu LTS --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e322179a0c..ef6e7a7eb9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,9 +10,9 @@ sphinx: configuration: conf.py build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3.13" + python: "3.14" # Optionally set the version of Python and requirements required to build your docs