From: Oleg Broytman Date: Sun, 17 Aug 2025 18:14:21 +0000 (+0300) Subject: Tests(GHActions): Do not exclude Python 2.7 on w32 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=inline;p=ppu.git Tests(GHActions): Do not exclude Python 2.7 on w32 --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 545c7ce..90471b0 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -11,9 +11,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "=3.9[build=*_pypy]"] - exclude: - - os: windows-latest - python-version: "2.7" include: - os: ubuntu-latest os-name: Linux