From 04087366f4eeafc2d9da5204559b341aec0da292 Mon Sep 17 00:00:00 2001 From: Naramsim Date: Tue, 7 Jan 2025 16:39:51 +0100 Subject: [PATCH] update python circle --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: