diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34b8f1c..9545831 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - '3.10' - '3.11' - '3.12' - - 'pypy3' + - 'pypy3.10' coverage: - '5.5' - '6.0' @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup python ${{ matrix.python }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: Install dependencies