diff --git a/.circleci/config.yml b/.circleci/config.yml index 997eed1b3..99d861ece 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: ensure_formatting: docker: - - image: cimg/python:3.12 + - image: cimg/python:3.13 working_directory: ~/repo steps: - checkout @@ -44,7 +44,7 @@ jobs: build: working_directory: ~/opencti-client docker: - - image: cimg/python:3.12 + - image: cimg/python:3.13 steps: - checkout - run: @@ -75,7 +75,7 @@ jobs: deploy: working_directory: ~/opencti-client docker: - - image: cimg/python:3.12 + - image: cimg/python:3.13 steps: - checkout - attach_workspace: