From 3d7a61ede6679568efde90c3ac28a6225efb4c95 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 24 Nov 2025 10:10:19 +0100 Subject: [PATCH] Update python version to v3.11 --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index cd8f36eba..36e608aa7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,11 +4,11 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.7" + python: "3.11" sphinx: configuration: docs/source/conf.py python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt