Skip to content

Commit

Permalink
Build improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 1, 2023
1 parent 091f0f2 commit 6ae5d81
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ "3.11" ]
os: [ ubuntu-latest ]
python-version: [ "3.9", "3.11" ]
include:
- python-version: "3.8"
os: ubuntu-latest
- python-version: "3.9"
os: ubuntu-latest
- python-version: "3.10"
- python-version: "3.6"
os: ubuntu-latest

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6ae5d81

Please sign in to comment.