From 82a99f96cb7f78b1045e42184539ccc9095daea3 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Tue, 2 Jan 2024 19:08:07 +0100 Subject: [PATCH] readthedocs: update to Python 3.11 The latest Sphinx versions require at least 3.9. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index aaa9c86a2..f3fbbf5be 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -17,4 +17,4 @@ python: build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.11" -- GitLab