diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9035fbc..b1090fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10'] + python-version: ['3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10'] + exclude: + - os: windows-latest + python-version: 'pypy-3.9' + - os: windows-latest + python-version: 'pypy-3.10' steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}