diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c6522940..e6cccae0a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: test: docker: - - image: cimg/python:3.10.9 + - image: cimg/python:3.12.8 steps: - checkout - run: @@ -25,7 +25,7 @@ jobs: command: make openapi-generate build: docker: - - image: cimg/python:3.10.9 + - image: cimg/python:3.12.8 steps: - checkout - run: