diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4debd4891..a90b4747f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: - - "3.10" - - "3.11" - - "3.12" - - "3.13" - - "pypy-3.10" + ["pypy-3.10", "3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"] steps: - name: Checkout uses: actions/checkout@v5