From 8fcbd80e769695cbe2ec980ee39fb8a7a7e738e6 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Wed, 15 Oct 2025 19:57:20 +0100 Subject: [PATCH] Remove old build matrix exceptions #nolog (#1510) --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee924cf..6a8433e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,10 +17,6 @@ jobs: matrix: os: [windows-latest, macos-latest, ubuntu-latest] python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11'] - exclude: - # pypy3 currently fails to run on Windows - - os: windows-latest - python: pypy-3.11 fail-fast: false runs-on: ${{ matrix.os }} steps: