From c86126cbf1afe4d26d6787fc090bd6eee72787bd Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 18 Sep 2024 14:37:58 +0100 Subject: [PATCH] remove unsupported PyPy versions --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9d16be5..066bc62 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13, pypy-3.8, pypy-3.9, pypy-3.10] + python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13, pypy-3.10] os: [macOS-latest, ubuntu-latest, windows-latest] steps: