Skip to content

Commit c61bd0e

Browse files
committed
python/3.12.11 > python/3.13.5
1 parent 1873482 commit c61bd0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
make-baselines-virtual-webgl:
218218
parallelism: 8
219219
docker:
220-
- image: cimg/python:3.12.11
220+
- image: cimg/python:3.13.5
221221
working_directory: ~/plotly.js
222222
steps:
223223
- attach_workspace:
@@ -236,7 +236,7 @@ jobs:
236236

237237
make-baselines-mathjax3:
238238
docker:
239-
- image: cimg/python:3.12.11
239+
- image: cimg/python:3.13.5
240240
working_directory: ~/plotly.js
241241
steps:
242242
- attach_workspace:
@@ -256,7 +256,7 @@ jobs:
256256
make-baselines:
257257
parallelism: 12
258258
docker:
259-
- image: cimg/python:3.12.11
259+
- image: cimg/python:3.13.5
260260
working_directory: ~/plotly.js
261261
steps:
262262
- attach_workspace:
@@ -276,7 +276,7 @@ jobs:
276276
make-baselines-b64:
277277
parallelism: 12
278278
docker:
279-
- image: cimg/python:3.12.11
279+
- image: cimg/python:3.13.5
280280
working_directory: ~/plotly.js
281281
steps:
282282
- attach_workspace:
@@ -351,7 +351,7 @@ jobs:
351351

352352
make-exports:
353353
docker:
354-
- image: cimg/python:3.12.11
354+
- image: cimg/python:3.13.5
355355
working_directory: ~/plotly.js
356356
steps:
357357
- attach_workspace:

0 commit comments

Comments
 (0)