Skip to content

Commit 69308aa

Browse files
authored
Add Python 3.13, 3.14rc to test matrix (#169)
Somehow 3.13 never got added to the test matrix here after it was released. This adds it to the main matrix and adds 3.14.0rc2 (just out yesterday) to the pre-release matrix.
1 parent 47a436c commit 69308aa

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
@@ -130,13 +130,13 @@ workflows:
130130
- test:
131131
matrix:
132132
parameters:
133-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
133+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
134134
urllib3-version: ["1.20", "2.0"]
135135
- test:
136136
matrix:
137137
parameters:
138138
base-image: ["mr0grog/circle-python-pre"]
139-
python-version: ["3.13.0rc1", "3.13.0rc1t"]
139+
python-version: ["3.14.0rc2", "3.14.0rc2t"]
140140
urllib3-version: ["1.20", "2.0"]
141141
- lint
142142
- docs

0 commit comments

Comments
 (0)