From b7dff8d72cc5f4ca64fa8bd0e16e11b5ee2c8c3e Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 14 Jan 2025 09:39:43 +0100 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 89236e5..6bf6dc5 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,9 +6,9 @@ version: 2 build: - os: "ubuntu-22.04" + os: "ubuntu-24.04" tools: - python: "mambaforge-22.9" + python: "miniconda3-3.12-24.9" jobs: pre_build: - pip install versioneer[toml]==0.29