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:
217
217
make-baselines-virtual-webgl :
218
218
parallelism : 8
219
219
docker :
220
- - image : circleci/python:3.8.9
220
+ - image : circleci/python:3.13.5
221
221
working_directory : ~/plotly.js
222
222
steps :
223
223
- attach_workspace :
@@ -235,7 +235,7 @@ jobs:
235
235
236
236
make-baselines-mathjax3 :
237
237
docker :
238
- - image : circleci/python:3.8.9
238
+ - image : circleci/python:3.13.5
239
239
working_directory : ~/plotly.js
240
240
steps :
241
241
- attach_workspace :
@@ -254,7 +254,7 @@ jobs:
254
254
make-baselines :
255
255
parallelism : 12
256
256
docker :
257
- - image : circleci/python:3.8.9
257
+ - image : circleci/python:3.13.5
258
258
working_directory : ~/plotly.js
259
259
steps :
260
260
- attach_workspace :
@@ -273,7 +273,7 @@ jobs:
273
273
make-baselines-b64 :
274
274
parallelism : 12
275
275
docker :
276
- - image : circleci/python:3.8.9
276
+ - image : circleci/python:3.13.5
277
277
working_directory : ~/plotly.js
278
278
steps :
279
279
- attach_workspace :
@@ -347,7 +347,7 @@ jobs:
347
347
348
348
make-exports :
349
349
docker :
350
- - image : circleci/python:3.8.9
350
+ - image : circleci/python:3.13.5
351
351
working_directory : ~/plotly.js
352
352
steps :
353
353
- attach_workspace :
You can’t perform that action at this time.
0 commit comments