Skip to content

Commit adca0b0

Browse files
committed
test with 3 os's
1 parent f9465b2 commit adca0b0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,8 @@ jobs:
2525
test:
2626
strategy:
2727
matrix:
28-
os: [ ubuntu-latest ]
29-
python-version:
30-
- "3.8"
31-
- "3.9"
32-
- "3.10"
33-
- "3.11"
34-
- "3.12"
28+
os: [ ubuntu-latest, windows-latest, macos-latest ]
29+
python-version: [ "3.12" ]
3530
pydantic-version:
3631
- pydantic-v1
3732
- pydantic-v2

0 commit comments

Comments
 (0)