From 94d553c1d2c60cd82bc7cd135e59a7b073cb52b7 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 16 Jan 2024 10:55:37 +0100 Subject: [PATCH] GitHub Actions: Do not hardcode an out-of-date version of PyPy PyPy v7.3.15 is now available: * https://doc.pypy.org/en/latest/index-of-release-notes.html --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c62c1d7b..93b6be3f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.10-v7.3.14'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.10'] services: rabbitmq: