diff --git a/.circleci/config.yml b/.circleci/config.yml index 4788c46..8d0e45f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ orbs: jobs: ensure_formatting: docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 working_directory: ~/repo steps: - checkout @@ -41,7 +41,7 @@ jobs: test: working_directory: ~/openaev docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 steps: - checkout - setup_remote_docker