Skip to content

Commit

Permalink
Merge 5f854b6 into ffc1c3f
Browse files Browse the repository at this point in the history
  • Loading branch information
jku committed Apr 24, 2024
2 parents ffc1c3f + 5f854b6 commit 232ee31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
include:
- python-version: "3.12"
os: macos-latest
- python-version: "3.12"
os: windows-latest

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

Expand Down

0 comments on commit 232ee31

Please sign in to comment.