diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d8bbff..43f3f97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu, macos, windows] - python: ["3.8", "3.9", "3.10", "3.11", "3.12", - "pypy-3.8", "pypy-3.9"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9", "pypy-3.10"] steps: - uses: actions/checkout@v4