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