diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97068103..c089dd6b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,10 +6,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.8, pypy-3.9] exclude: - - os: windows-latest - python-version: pypy-3.7 - os: windows-latest python-version: pypy-3.8 - os: windows-latest