]> git.phdru.name Git - sqlconvert.git/commitdiff
CI(GHActions): Exclude Python 2.7 on Windows master
authorOleg Broytman <phd@phdru.name>
Thu, 13 Nov 2025 16:57:39 +0000 (19:57 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 13 Nov 2025 16:57:39 +0000 (19:57 +0300)
.github/workflows/run-tests.yaml

index 54b9bafb3dde19e20a7085493e1a9465d5847eeb..541e95bd9d3015a33e0ebc8c17c6cb1de02667e9 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", "3.13", "3.14"]
+        exclude:
+        - os: windows-latest
+          python-version: "2.7"
         include:
         - os: ubuntu-latest
           os-name: Linux