diff --git a/.github/workflows/python-macos.yml b/.github/workflows/python-macos.yml index 8ae21aa66c..1314428159 100644 --- a/.github/workflows/python-macos.yml +++ b/.github/workflows/python-macos.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [macos] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7"] steps: - name: Checkout uses: actions/checkout@v2