Skip to content

Commit 0b71fc1

Browse files
committed
from circleci/python:3.8.9 to circleci/python:3.13.5
1 parent 021289c commit 0b71fc1

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: 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:

0 commit comments

Comments
 (0)