Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 607abe4

Browse files
committed
Updates circleci python containers
1 parent f21d94a commit 607abe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
# specify the version you desire here
4747
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
4848
# check all Python images here: https://circleci.com/docs/2.0/circleci-images/#python
49-
- image: circleci/python:3.7.6-buster
49+
- image: circleci/python:3.7.7-buster
5050
"python-3.8":
5151
<<: *shared
5252
docker:
5353
# specify the version you desire here
5454
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
5555
# check all Python images here: https://circleci.com/docs/2.0/circleci-images/#python
56-
- image: circleci/python:3.8.1
56+
- image: circleci/python:3.8.3-buster
5757

5858
workflows:
5959
version: 2

0 commit comments

Comments
 (0)