diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 586ed6cff..4509fd207 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,15 @@ jobs: - os: ubuntu-latest python-version: '3.13' browser: chromium + - os: macos-latest + python-version: 'pypy3.10' + browser: chromium + - os: ubuntu-latest + python-version: 'pypy3.10' + browser: chromium + - os: windows-latest + python-version: 'pypy3.10' + browser: chromium runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3