Skip to content

Commit bfc0fbd

Browse files
committed
add pydantic v1 test for 3.13
1 parent faf0b24 commit bfc0fbd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,11 @@ jobs:
4848
pydantic-version: "v1"
4949
os: macos-latest
5050
- python-version: "3.13"
51-
pydantic-version: "v2"
51+
pydantic-version: "v1"
5252
os: ubuntu-latest
53+
- python-version: "3.13"
54+
pydantic-version: "v2"
55+
os: windows-latest
5356
fail-fast: false
5457
runs-on: ${{ matrix.os }}
5558
steps:

0 commit comments

Comments
 (0)