From 9f7e71963f26e72a65a2f0b574780062768f03d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Mon, 1 Jan 2024 14:30:58 +0000 Subject: [PATCH] Use Python 3.11 on Read the Docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 74a0214a..68da7d70 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ python: build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.11" sphinx: configuration: doc/conf.py