From 6cd9b62b2263a01d76abf45b50738e9c3affc30f Mon Sep 17 00:00:00 2001 From: Joris Vincent Date: Thu, 9 Mar 2023 13:34:23 +0100 Subject: [PATCH] Build RTD docs using python3.11 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9c1029bb..15641c18 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.11" jobs: pre_build: # Generate the Sphinx configuration for this Jupyter Book so it builds.