From d2e31a3a5e56eff670e32b105e8ab2f71e12fb15 Mon Sep 17 00:00:00 2001 From: Zachary Moon Date: Sun, 1 Mar 2026 19:55:50 -0600 Subject: [PATCH] Only test min and current Python versions in CI Reduced the Python versions in the CI matrix from five to two, to reduce the number of concurrent requests used in the test suite. --- .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 7dfe8c0..aaca9dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.10", "3.14"] steps: - uses: actions/checkout@v6