Skip to content

Commit

Permalink
simplify test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt committed Jun 16, 2024
1 parent 3d7dff7 commit 300b461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]
platform: [ubuntu-latest, ] # macos-latest, windows-latest]

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

0 comments on commit 300b461

Please sign in to comment.