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

index 541e95bd9d3015a33e0ebc8c17c6cb1de02667e9..54b9bafb3dde19e20a7085493e1a9465d5847eeb 100644 (file)
@@ -11,9 +11,6 @@ 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