From ba91e2306c709de9d048e5d5bb0e62aed9df2f19 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Sat, 6 Jul 2024 10:12:42 +0300 Subject: [PATCH] ci: bump pypy to 3.9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bbe8c32..e1229bee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.8", "3.9", "3.x", "pypy3.8"] + python-version: ["3.8", "3.9", "3.x", "pypy3.9"] os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v4