From 935acc84aa0caa39a614945fc0787920309ac700 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:34:32 +0200 Subject: [PATCH] Bump PyPy to 3.10 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf7306b..60a6b04 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,11 +16,11 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - python: ['pypy-3.9', '3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12'] exclude: # pypy3 currently fails to run on Windows - os: windows-latest - python: pypy-3.9 + python: pypy-3.10 fail-fast: false runs-on: ${{ matrix.os }} steps: