From a4cb92038852e8d61e0c046b917e7105e2b9c640 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 9 Sep 2024 18:42:01 -0500 Subject: [PATCH 1/2] Bump RTD to use Python 3.12 and ubuntu-24.04 --- .github/workflows/ci-cd.yml | 2 +- .readthedocs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c5ad4ff73..dfe7ba62e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -150,7 +150,7 @@ jobs: strategy: matrix: pyver: - - 3.13 + - 3.13-dev - 3.12 - 3.11 - "3.10" diff --git a/.readthedocs.yml b/.readthedocs.yml index fe4ccb41f..024ac0213 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,10 +3,10 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: >- - 3.9 + 3.12 python: install: From 3d8502cff07df23daa64141703c9ca797d804084 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 9 Sep 2024 18:43:06 -0500 Subject: [PATCH 2/2] Update .github/workflows/ci-cd.yml --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index dfe7ba62e..c5ad4ff73 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -150,7 +150,7 @@ jobs: strategy: matrix: pyver: - - 3.13-dev + - 3.13 - 3.12 - 3.11 - "3.10"