From 49d1265d7777c2ea518802acf1c9d7dc7f7ae515 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Fri, 8 Nov 2024 12:24:59 +0100 Subject: [PATCH] Update RTD config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - ubuntu-22.04 → ubuntu-24.04 (latest currently available). - Python 3.10 → 3.12 (latest currently available). - Drop pin of plotnine. --- .readthedocs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f9e1fc8d..72a2c758 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.10" - jobs: - post_install: - - pip install "plotnine != 0.13.0" + python: "3.12" python: install: