From d02cdfebcb02390b064a581db596764d5d7e4fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heinz-Alexander=20F=C3=BCtterer?= <35225576+afuetterer@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:49:34 +0200 Subject: [PATCH] chore: prefer python 3.14 in rtd.yaml --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d584cc1..44a347a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,3 +1,4 @@ +# Ref: https://docs.readthedocs.io/en/stable/config-file/v2.html version: 2 build: @@ -5,7 +6,7 @@ build: tools: # Available Python versions for Read the Docs # Ref: https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python - python: "3.12" + python: "3.14" sphinx: configuration: docs/conf.py