From f285b6bf48123b1d63c6cd69fe5ce9aded7d7c3f Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Mon, 3 Jun 2024 18:35:01 +0300 Subject: [PATCH] Switch python build version --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5d6d86d..e97f635 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.12" + python: "3.9" python: install: - requirements: docs/source/requirements.txt