Skip to content

Commit e06d175

Browse files
Update test matrix
1 parent f05bacf commit e06d175

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Diff for: .github/workflows/test.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ jobs:
2727
- "3.9"
2828
- "3.8"
2929
os:
30-
- "ubuntu-latest"
31-
- "macos-latest"
32-
- "windows-latest"
30+
- ubuntu-latest
31+
include:
32+
- python-version: "3.12"
33+
os: "macos-latest"
34+
- python-version: "3.12"
35+
os: "windows-latest"
3336
steps:
3437
- uses: actions/checkout@v4
3538
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)