File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 build-nightly :
119119 working_directory : /home/circleci/build
120120 docker :
121- - image : cimg/python:3.7
121+ - image : cimg/python:3.10
122122 steps :
123123 - checkout :
124124 path : /home/circleci/build
@@ -134,7 +134,7 @@ jobs:
134134 build-version :
135135 working_directory : /home/circleci/build
136136 docker :
137- - image : cimg/python:3.7
137+ - image : cimg/python:3.10
138138 steps :
139139 - checkout :
140140 path : /home/circleci/build
@@ -150,7 +150,7 @@ jobs:
150150 deploy-nightly :
151151 working_directory : /home/circleci/
152152 docker :
153- - image : cimg/python:3.7
153+ - image : cimg/python:3.10
154154 steps :
155155 - attach_workspace :
156156 at : /home/circleci/
@@ -159,7 +159,7 @@ jobs:
159159 deploy-version :
160160 working_directory : /home/circleci/
161161 docker :
162- - image : cimg/python:3.7
162+ - image : cimg/python:3.10
163163 steps :
164164 - attach_workspace :
165165 at : /home/circleci/
You can’t perform that action at this time.
0 commit comments