Skip to content

Commit b683a76

Browse files
committed
Update to newer CircleCI base image
1 parent 8d0a3c3 commit b683a76

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
self-check:
55
docker:
6-
- image: circleci/python:3.7
6+
- image: cimg/python:3.8
77

88
steps:
99
- checkout
@@ -35,7 +35,7 @@ jobs:
3535

3636
validate:
3737
docker:
38-
- image: circleci/python:3.7
38+
- image: cimg/python:3.8
3939

4040
steps:
4141
- checkout

0 commit comments

Comments
 (0)