From 9ea9eff61663bdc8eb1d627e0324c90e6033081f Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Fri, 21 Nov 2025 08:14:36 -0700 Subject: [PATCH] see what python versions we can support --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0eade85..92094ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,9 +27,13 @@ jobs: fail-fast: false matrix: os: ["ubuntu-22.04", "macos-latest"] - bespokefit: ["true", "false"] + bespokefit: ["false"] python-version: - "3.11" + - "3.10" + - "3.12" + - "3.13" + - "3.14" steps: - uses: actions/checkout@v4