From c38a75dcf719f8fe7bb39fa23e6489283f67cd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Tue, 26 Nov 2024 10:15:35 +0100 Subject: [PATCH] Use Python 3.10 for RTD Numpy2 is not compatible to legacy Python. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a5016d1e6..bd7141c26 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" apt_packages: - coinor-cbc sphinx: