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: diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 684466e7..b756a8cb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,14 +4,9 @@ version: 2 build: - os: 'ubuntu-20.04' + 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