Skip to content

Commit 1b82bf7

Browse files
authored
CircleCI: upgrade to Python 3.10 image (#47)
1 parent 8a1fabf commit 1b82bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build_docs:
55
docker:
6-
- image: circleci/python:3.7-stretch
6+
- image: cimg/python:3.10
77
steps:
88
- checkout
99
- run:

0 commit comments

Comments
 (0)