Skip to content

Commit

Permalink
GHA update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jun 21, 2023
1 parent 7833be3 commit 1824d47
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,28 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.x"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.x"]
exclude:
# missing required (old) Microsoft Visual C++ 9.0
- os: windows-latest
python-version: 2.7

# missing Microsoft Visual C++ 14.0
- os: windows-latest
python-version: 3.5
python-version: "3.5"

# GHA doesn't list 3.5, or 3.6 for ubuntu-22.04
- os: ubuntu-latest
python-version: 3.5
python-version: "3.5"
- os: ubuntu-latest
python-version: 3.6
python-version: "3.6"

include:
# has Microsoft Visual C++ 14.0
- os: windows-2019
python-version: 3.5
python-version: "3.5"

# GHA doesn't list 3.5, or 3.6 for ubuntu-22
- os: ubuntu-20.04
python-version: 3.5
python-version: "3.5"
- os: ubuntu-20.04
python-version: 3.6
python-version: "3.6"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1824d47

Please sign in to comment.