diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 269e13a..c8047d7 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["pypy3.9", "3.10"] + python-version: ["pypy3.10", "3.10"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies