Skip to content

Commit d1d9c0d

Browse files
committed
Upgrade to python 3.10.2
1 parent ec9a7b3 commit d1d9c0d

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
@@ -5,7 +5,7 @@ _defaults: &defaults
55
docker:
66
# CircleCI maintains a library of pre-built images
77
# documented at https://circleci.com/docs/2.0/circleci-images/
8-
- image: circleci/python:3.8.0
8+
- image: cimg/python:3.10.2
99
working_directory: ~/repo
1010

1111
jobs:

0 commit comments

Comments
 (0)