Skip to content

Commit

Permalink
GHA drop py3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 29, 2024
1 parent aa06a9b commit 9484ba6
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,40 +14,24 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.x"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.x"]
exclude:
# missing Microsoft Visual C++ 14.0
- os: windows-latest
python-version: "3.5"

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

# MacOS 14.4.1 for arm64 doesn't support Python < 3.8
- os: macos-latest
python-version: "3.5"
- os: macos-latest
python-version: "3.6"
- os: macos-latest
python-version: "3.7"

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

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

# MacOS 13 required for Python < 3.8
- os: macos-13
python-version: "3.5"
- os: macos-13
python-version: "3.6"
- os: macos-13
Expand Down

0 comments on commit 9484ba6

Please sign in to comment.