From 193ab62ab0ab636d04d0f27038a68550b2cd3382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Tue, 26 Nov 2024 10:19:04 +0100 Subject: [PATCH] Let RTD build using Python 3.10 This is required to support Numpy 2. --- .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: