Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40c1004

Browse files
committed
build-doc won't run on python 3.12, rip
1 parent f2d08bc commit 40c1004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
docker:
304304
# specify the version you desire here
305305
# use `-browsers` prefix for selenium tests, for example, `3.12-browsers`
306-
- image: cimg/python:3.12-browsers
306+
- image: cimg/python:3.11-browsers
307307

308308
steps:
309309
- add_ssh_keys:

0 commit comments

Comments
 (0)