Skip to content

Commit

Permalink
{ubuntu,macos}-latest CI don't support Py3.6 anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
anntzer committed Jun 13, 2023
1 parent 9f916e1 commit 3a52874
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.6", "3.11"]
include:
- {os: ubuntu-latest, python-version: "3.7"}
- {os: ubuntu-latest, python-version: "3.11"}
- {os: macos-latest, python-version: "3.9"}
- {os: macos-latest, python-version: "3.11"}
- {os: windows-latest, python-version: "3.6"}
- {os: windows-latest, python-version: "3.11"}
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3a52874

Please sign in to comment.