diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27ff873..7468195 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,9 @@ jobs: python-version: ["3.10", "3.13"] runs-on: [ubuntu-latest] #, macos-latest, windows-latest] - 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