From adf0535608a46edd75c157e9c63fd01b9d6f16e2 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Sun, 5 Nov 2023 22:26:52 +0400 Subject: [PATCH] Fix docs build Some dependencies like numpy are pinned to versions that do not support Python 3.12. Python 3.10 is the latest version supported by Eland. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1e1101f..c0c8cb7 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3" + python: "3.10" python: install: