]> git.phdru.name Git - m_librarian.git/commitdiff
CI(GHActions): Exclude Python 2.7 at w32
authorOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2024 15:42:24 +0000 (18:42 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2024 15:42:24 +0000 (18:42 +0300)
It requires VC9 and cannot be installed.

.github/workflows/run-tests.yaml

index 73e12a76fb633b93d98357e875b1b363b17cd39b..dc51d9d21e89a272a88edffbaba152a644f9cdb3 100644 (file)
@@ -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