Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit f5feffa

Browse files
Update cimg/python Docker tag to v3.13
1 parent 8dab3f3 commit f5feffa

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: ~/opencti-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: ~/opencti-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)