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

.github/workflows/run-tests.yaml

index 7e17336195539476df7969893553ff56b311db55..218419101b3a86a97ab17e7ec31a28eded43d47a 100644 (file)
@@ -11,6 +11,9 @@ 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"]
+        exclude:
+        - os: windows-latest
+          python-version: "2.7"
         include:
         - os: ubuntu-latest
           os-name: Linux