File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217217 make-baselines-virtual-webgl :
218218 parallelism : 8
219219 docker :
220- - image : circleci/python:3.8.9
220+ - image : circleci/python:3.13.5
221221 working_directory : ~/plotly.js
222222 steps :
223223 - attach_workspace :
@@ -235,7 +235,7 @@ jobs:
235235
236236 make-baselines-mathjax3 :
237237 docker :
238- - image : circleci/python:3.8.9
238+ - image : circleci/python:3.13.5
239239 working_directory : ~/plotly.js
240240 steps :
241241 - attach_workspace :
@@ -254,7 +254,7 @@ jobs:
254254 make-baselines :
255255 parallelism : 12
256256 docker :
257- - image : circleci/python:3.8.9
257+ - image : circleci/python:3.13.5
258258 working_directory : ~/plotly.js
259259 steps :
260260 - attach_workspace :
@@ -273,7 +273,7 @@ jobs:
273273 make-baselines-b64 :
274274 parallelism : 12
275275 docker :
276- - image : circleci/python:3.8.9
276+ - image : circleci/python:3.13.5
277277 working_directory : ~/plotly.js
278278 steps :
279279 - attach_workspace :
@@ -347,7 +347,7 @@ jobs:
347347
348348 make-exports :
349349 docker :
350- - image : circleci/python:3.8.9
350+ - image : circleci/python:3.13.5
351351 working_directory : ~/plotly.js
352352 steps :
353353 - attach_workspace :
You can’t perform that action at this time.
0 commit comments