Skip to content

Commit 4b9932f

Browse files
committed
Use Python 3.13 for pydantic matrix, since only pydantic 2.12 supports
Python 3.14
1 parent acf055b commit 4b9932f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ workflows:
121121
name: pydantic-<< matrix.pydantic_version >>
122122
matrix:
123123
parameters:
124-
python_version: ["3.14"]
124+
python_version: ["3.10"]
125125
pydantic_version: ["2.6", "2.7", "2.8", "2.9", "2.10", "2.11", "2.12"]
126126
httpx_version: ["0.28"]
127127
- test:

0 commit comments

Comments
 (0)