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

Skip to content

Commit 533f5f7

Browse files
committed
use python 3.9 for build-doc
1 parent e8cb1f0 commit 533f5f7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,7 @@ jobs:
300300
build-doc:
301301
resource_class: xlarge
302302
docker:
303-
# specify the version you desire here
304-
# use `-browsers` prefix for selenium tests, for example, `3.12-browsers`
305-
- image: cimg/python:3.11-browsers
303+
- image: cimg/python:3.9-browsers
306304

307305
steps:
308306
- add_ssh_keys:

0 commit comments

Comments
 (0)