From cfb631193eb02edafa108866703e7513e91ce33c Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 14 Apr 2026 13:08:15 +0100 Subject: [PATCH 1/3] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 684466e7..fb32d907 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ version: 2 build: - os: 'ubuntu-20.04' + os: 'ubuntu-24.04' tools: python: 'mambaforge-22.9' jobs: From e1a885d25ea011bf9f421a0a2c998302b8007b39 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 14 Apr 2026 13:15:18 +0100 Subject: [PATCH 2/3] Update run_tests.yml --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 8a5eaa6e..be841f6f 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macOS-latest] - python_version: ['3.8', '3.9', '3.10', '3.11'] + python_version: ['3.11', '3.12', '3.13', '3.14'] runs-on: ${{ matrix.os }} steps: From b91d9ddec8e56c779614df35c9ba500a740f750e Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 14 Apr 2026 13:27:55 +0100 Subject: [PATCH 3/3] Update .readthedocs.yaml --- .readthedocs.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fb32d907..b756a8cb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,11 +7,6 @@ build: os: 'ubuntu-24.04' tools: python: 'mambaforge-22.9' - jobs: - pre_build: - # Generate on-the-fly Sphinx configuration from Jupyter Book's _config.yml - - "jupyter-book config sphinx docs/" - conda: environment: quickBayes-dev.yml