Skip to content

Commit

Permalink
Update build image.
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Huang <[email protected]>
  • Loading branch information
huaichehuang committed Jul 19, 2024
1 parent 042f7fe commit 751d443
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ commands:
jobs:
unit_test:
docker:
- image: circleci/python:3.11.0a1
- image: circleci/python:3.10

working_directory: ~/repo

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

verify_image_list:
docker:
- image: circleci/python:3.11.0a1
- image: circleci/python:3.10

working_directory: ~/repo

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.11.0a1
- image: circleci/python:3.10

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down

0 comments on commit 751d443

Please sign in to comment.