diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b0f8634..774db446 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.7-v7.x] + python-version: [3.7, 3.8, 3.9, '3.10', '3.11', pypy-3.9-v7.x] os: [ubuntu-latest, windows-latest, macos-latest] include: - python-version: 3.7 @@ -20,7 +20,7 @@ jobs: py: py310 - python-version: '3.11' py: py311 - - python-version: pypy-3.7-v7.x + - python-version: pypy-3.9-v7.x py: pypy3 # Just to slim down the test matrix: exclude: