Skip to content

Commit faf0b24

Browse files
committed
no pydantic v1 for Python 3.14
1 parent d0937f5 commit faf0b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
os: [ ubuntu-latest, windows-latest, macos-latest ]
3232
python-version: ["3.14"]
33-
pydantic-version: ["v1", "v2"]
33+
pydantic-version: ["v2"]
3434
include:
3535
- python-version: "3.8"
3636
pydantic-version: "v1"

0 commit comments

Comments
 (0)