From 72aab546366a4a229859dd909bc21a43bab2745e Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Tue, 5 Mar 2024 20:52:38 +0100 Subject: [PATCH] remove pypy-3.10/11/12, not existing?! --- .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 7d2105036..e9544911a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9, pypy-3.10, pypy-3.11, pypy-3.12] + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', pypy-3.7, pypy-3.8, pypy-3.9] exclude: - os: windows-latest python-version: pypy-3.7