From 3829c4e0ad9c175bd1d3a769defb1839892afb17 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Wed, 17 Jan 2024 00:00:40 +0100 Subject: [PATCH] Downgrade Python to 3.9 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1a544429c..b091b1cc1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.11" + python: "3.9" sphinx: configuration: conf.py