From c8e25e0de6362b5491f691d9e7ccbb2a7f327b8f Mon Sep 17 00:00:00 2001 From: Marco Passoni Date: Sat, 13 Jan 2024 21:40:12 +0100 Subject: [PATCH] Updated python version readthedocs.yaml --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9bc1b0d..b240b93 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.11" # Build documentation in the docs/ directory with Sphinx sphinx: @@ -26,4 +26,3 @@ python: extra_requirements: - dev - doc - system_packages: true