From a11a61176086dae5d3ebb9e14e9c1919bb3c8041 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 18 Jun 2024 19:25:19 -0600 Subject: [PATCH] Only test Python 3.12 in CI We're not a library, we don't need to support many versions. --- .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 e27dd9d..7d279d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.9", "3.12"] + python-version: ["3.12"] runs-on: [ubuntu-latest, macos-latest, windows-latest] include: