From: Oleg Broytman Date: Wed, 24 Jul 2024 15:42:24 +0000 (+0300) Subject: CI(GHActions): Exclude Python 2.7 at w32 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=aa6d5551aabf2abcb1077bd7fa7e543caf1ac0b9;p=m_librarian.git CI(GHActions): Exclude Python 2.7 at w32 It requires VC9 and cannot be installed. --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 73e12a7..dc51d9d 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -11,6 +11,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + exclude: + - os: windows-latest + python-version: "2.7" include: - os: ubuntu-latest os-name: Linux