Skip to content

Commit 39c8d5d

Browse files
committed
Update circleci to Python 3.10 images.
1 parent a6df091 commit 39c8d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build-docs:
77
working_directory: ~/repo
88
docker:
9-
- image: cimg/python:3.8
9+
- image: cimg/python:3.10
1010

1111
steps:
1212
- checkout
@@ -49,7 +49,7 @@ jobs:
4949
deploy-docs:
5050
working_directory: ~/repo
5151
docker:
52-
- image: circleci/python:3.8.5-buster
52+
- image: cimg/python:3.10
5353
steps:
5454
- checkout
5555

0 commit comments

Comments
 (0)