Skip to content

Commit bbb261b

Browse files
[client] Update cimg/python Docker tag to v3.13
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0474c9 commit bbb261b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
jobs:
77
ensure_formatting:
88
docker:
9-
- image: cimg/python:3.12
9+
- image: cimg/python:3.13
1010
working_directory: ~/repo
1111
steps:
1212
- checkout
@@ -51,7 +51,7 @@ jobs:
5151
build:
5252
working_directory: ~/openbas-client
5353
docker:
54-
- image: cimg/python:3.12
54+
- image: cimg/python:3.13
5555
steps:
5656
- checkout
5757
- run:
@@ -85,7 +85,7 @@ jobs:
8585
deploy:
8686
working_directory: ~/openbas-client
8787
docker:
88-
- image: cimg/python:3.12
88+
- image: cimg/python:3.13
8989
steps:
9090
- checkout
9191
- attach_workspace:

0 commit comments

Comments
 (0)