From c56b96e85b58fe410afc8d16a33457f48ccf3d34 Mon Sep 17 00:00:00 2001 From: Kunhao ZHENG Date: Fri, 8 Dec 2023 13:07:37 +0100 Subject: [PATCH] Update .readthedocs.yaml bump python version 3.8 to 3.9 for doc building as `autofd` requires python >= 3.9 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ccac28b..a468dcb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.8" + python: "3.9" commands: - pip install -r requirements.txt - pip install -r docs/requirements.txt