diff --git a/.github/workflows/linuxci.yml b/.github/workflows/linuxci.yml index 26589ca..743a60f 100644 --- a/.github/workflows/linuxci.yml +++ b/.github/workflows/linuxci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"] + python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"] name: Linux CI steps: - name: Check out source repository diff --git a/.github/workflows/macosci.yml b/.github/workflows/macosci.yml index c19bd1f..fae64cd 100644 --- a/.github/workflows/macosci.yml +++ b/.github/workflows/macosci.yml @@ -11,7 +11,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"] + python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"] name: macOS CI steps: - name: Check out source repository diff --git a/.github/workflows/windowsci.yml b/.github/workflows/windowsci.yml index 3c995e2..1c02438 100644 --- a/.github/workflows/windowsci.yml +++ b/.github/workflows/windowsci.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"] + python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"] name: Windows CI steps: - name: Check out source repository