Skip to content

Commit

Permalink
CI(GHActions): Exclude Python 2.7 at w32
Browse files Browse the repository at this point in the history
It requires VC9 and cannot be installed.
  • Loading branch information
phdru committed Jul 24, 2024
1 parent a583375 commit aa6d555
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-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
Expand Down

0 comments on commit aa6d555

Please sign in to comment.