From d5db5645cabec7e8027627231223e8fd3b2e64c2 Mon Sep 17 00:00:00 2001 From: zssherman Date: Tue, 12 Aug 2025 10:39:28 -0500 Subject: [PATCH 1/2] CI: Remove earlier pythons and add 3.13. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23d730ce..47281afd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12", "3.13"] os: [macOS, ubuntu, Windows] steps: From d8d5978d6305241ab742d7029730a1a575161f47 Mon Sep 17 00:00:00 2001 From: zssherman Date: Tue, 12 Aug 2025 10:59:08 -0500 Subject: [PATCH 2/2] CI: update documentation CI to use 3.13. --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e2a3761a..19b6478b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,7 @@ jobs: shell: bash -l {0} strategy: matrix: - PYTHON_VERISON: ["3.10"] + PYTHON_VERISON: ["3.13"] steps: - name: Checkout 🛎️ uses: actions/checkout@v4