Skip to content

Commit 0df1a0e

Browse files
committed
update python versions
1 parent 17c1ab8 commit 0df1a0e

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
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
python-3.8: &test-template
55
docker:
6-
- image: circleci/python:3.8-stretch-node-browsers
6+
- image: cimg/python:3.8.20-browsers
77
auth:
88
username: dashautomation
99
password: $DASH_PAT_DOCKERHUB
@@ -47,7 +47,7 @@ jobs:
4747

4848
python-3.12-install-test:
4949
docker:
50-
- image: circleci/python:3.12-stretch-node-browsers
50+
- image: cimg/python:3.12.7-browsers
5151
auth:
5252
username: dashautomation
5353
password: $DASH_PAT_DOCKERHUB

0 commit comments

Comments
 (0)