Skip to content

Commit 46c8992

Browse files
committed
CI(GHActions): Exclude Python 2.7 at w32
It requires VC9 and cannot be installed.
1 parent 0e7bd96 commit 46c8992

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
os: [ubuntu-latest, windows-latest]
1313
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "=3.9[build=*_pypy]"]
1414

15+
exclude:
16+
- os: windows-latest
17+
python-version: "2.7"
1518
include:
1619
- os: ubuntu-latest
1720
os-name: Linux

0 commit comments

Comments
 (0)