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

Commit 7c73c8a

Browse files
Update cimg/python Docker tag to v3.13 (#830)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81fab35 commit 7c73c8a

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
@@ -5,7 +5,7 @@ orbs:
55
jobs:
66
ensure_formatting:
77
docker:
8-
- image: cimg/python:3.12
8+
- image: cimg/python:3.13
99
working_directory: ~/repo
1010
steps:
1111
- checkout
@@ -44,7 +44,7 @@ jobs:
4444
build:
4545
working_directory: ~/opencti-client
4646
docker:
47-
- image: cimg/python:3.12
47+
- image: cimg/python:3.13
4848
steps:
4949
- checkout
5050
- run:
@@ -75,7 +75,7 @@ jobs:
7575
deploy:
7676
working_directory: ~/opencti-client
7777
docker:
78-
- image: cimg/python:3.12
78+
- image: cimg/python:3.13
7979
steps:
8080
- checkout
8181
- attach_workspace:

0 commit comments

Comments
 (0)