From 1c8ddd8cdeded9acee33bc8a22b46143f66e18c6 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Tue, 10 Sep 2024 07:36:15 +0200 Subject: [PATCH] Update RTD config --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 26c4885a..598e6d48 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,6 +19,6 @@ formats: [] # Optionally set the version of Python and requirements required to build your docs python: - version: "3.8" + version: "3.12" install: - requirements: requirements.txt