Skip to content

Commit 370d93b

Browse files
authored
Support Python 3.14 (#898)
Add Python 3.14 to the test matrix.
1 parent b329003 commit 370d93b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,13 @@ workflows:
144144
- test:
145145
matrix:
146146
parameters:
147-
python-version: ["3.10", "3.11", "3.12", "3.13"]
147+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
148148
extras: ["", "cchardet"]
149149
exclude:
150150
- python-version: "3.13"
151151
extras: "cchardet"
152+
- python-version: "3.14"
153+
extras: "cchardet"
152154
- lint
153155
- docs
154156
- build_docker

0 commit comments

Comments
 (0)