From 35c8ff7cf736bea2c7ef2e9df46c8a6eef40c45c Mon Sep 17 00:00:00 2001 From: Dawid Laszuk Date: Thu, 2 Jan 2025 09:05:55 -0800 Subject: [PATCH] doc: use py3.12 to support numpy2 --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e32e10..eee695b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,9 +3,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.8" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: