]> git.phdru.name Git - m_librarian.git/commitdiff
Tests(GHActions): Do not exclude Python 2.7 on w32
authorOleg Broytman <phd@phdru.name>
Sun, 17 Aug 2025 18:27:11 +0000 (21:27 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 17 Aug 2025 18:33:52 +0000 (21:33 +0300)
.github/workflows/run-tests.yaml

index d9a3bbac883698d656f7f1faa129a1e617115264..f730eff651ed0a9ad1f91664c4fa262e4f61699a 100644 (file)
@@ -12,8 +12,6 @@ jobs:
         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", "3.13", "3.14"]
         exclude:
-        - os: windows-latest
-          python-version: "2.7"
         - os: macos-latest
           python-version: "2.7"
         - os: macos-latest