Skip to content

Commit 68093d3

Browse files
committed
Add a macos test for Python 3.9
1 parent 1097b9a commit 68093d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- os: windows-latest
4444
python-version: "3.9"
4545
pydantic-version: pydantic-v2
46+
- os: macos-latest
47+
python-version: "3.9"
48+
pydantic-version: pydantic-v2
4649
- os: ubuntu-latest
4750
python-version: "3.10"
4851
pydantic-version: pydantic-v1

0 commit comments

Comments
 (0)