diff --git a/.circleci/config.yml b/.circleci/config.yml index f685c7ac..71b89e26 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,13 +7,13 @@ orbs: executors: python-executor: docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 resource_class: medium working_directory: ~/project test-executor: docker: - - image: cimg/python:3.13 + - image: cimg/python:3.14 - image: postgres:15 environment: POSTGRES_USER: postgres