Skip to content

Commit 967c4b4

Browse files
committed
Drop 3.9 in CI and add 3.13
1 parent c503aa1 commit 967c4b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ workflows:
113113
name: python-<< matrix.python_version>>
114114
matrix:
115115
parameters:
116-
python_version: ["3.9", "3.10", "3.11", "3.12", "3.14"]
116+
python_version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
117117
pydantic_version: ["2.12"]
118118
httpx_version: ["0.28"]
119119
- test:
@@ -137,10 +137,10 @@ workflows:
137137
- circle-all:
138138
<<: *always-run
139139
requires:
140-
- python-3.9
141140
- python-3.10
142141
- python-3.11
143142
- python-3.12
143+
- python-3.13
144144
- python-3.14
145145

146146
- pydantic-2.6

0 commit comments

Comments
 (0)