Skip to content

Commit 47a436c

Browse files
authored
Run tests on Python 3.13.0rc1 (#163)
Update tests to run on Python 3.13.0rc1 (and 3.13.0rc1t), which has now been released.
1 parent c9dc4cd commit 47a436c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ workflows:
136136
matrix:
137137
parameters:
138138
base-image: ["mr0grog/circle-python-pre"]
139-
python-version: ["3.13.0b2"]
139+
python-version: ["3.13.0rc1", "3.13.0rc1t"]
140140
urllib3-version: ["1.20", "2.0"]
141141
- lint
142142
- docs

0 commit comments

Comments
 (0)