From 0d2ee62b9e2de49aba4549bb7cc17a7e8491ef55 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 17 Aug 2025 21:22:31 +0300 Subject: [PATCH] Tests(GHActions): Do not exclude Python 2.7 on w32 --- .github/workflows/run-tests.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 541e95b..54b9baf 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"] - exclude: - - os: windows-latest - python-version: "2.7" include: - os: ubuntu-latest os-name: Linux -- 2.39.5