From 0a84a3fc029076522e9619b4fb16e8183d69fe75 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 10 Dec 2024 17:14:29 +0100 Subject: [PATCH] Bump pypy version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78622e2..594dfac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python: ['3.10', '3.11', '3.12', '3.13', 'pypy3.9'] + python: ['3.10', '3.11', '3.12', '3.13', 'pypy3.10'] architecture: [x86, x64] exclude: - os: ubuntu-latest