diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22e44d8..869cfba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,9 +44,9 @@ jobs: python-version: ["3.8", "3.13"] runs-on: [ubuntu-latest, windows-latest, macos-14] - include: - - python-version: "pypy-3.10" - runs-on: ubuntu-latest + # include: + # - python-version: "pypy-3.10" + # runs-on: ubuntu-latest steps: - uses: actions/checkout@v4