]> git.phdru.name Git - ppu.git/commitdiff
CI(GHActions): Exclude Python 2.7 at w32
authorOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2024 13:43:29 +0000 (16:43 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 29 Jul 2024 05:37:14 +0000 (08:37 +0300)
It requires VC9 and cannot be installed.

.github/workflows/run-tests.yaml

index 05003cf671bfcfe05bfc5140f806b44ea12725dd..fcbb44d40a8057e04870591e111dbfdd745f4ec7 100644 (file)
@@ -11,7 +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.9[build=*_pypy]"]
-
+        exclude:
+        - os: windows-latest
+          python-version: "2.7"
         include:
         - os: ubuntu-latest
           os-name: Linux