From 3987ba64bba4f74d58be5b814fe8a73a6792870c Mon Sep 17 00:00:00 2001 From: jw Date: Mon, 17 Jan 2022 14:16:31 +0000 Subject: [PATCH] Update circleci/python Docker tag to v3.10 --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 091d175..773bf1d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ workflows: jobs: test-3.6: docker: - - image: circleci/python:3.6 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install --upgrade poetry @@ -25,7 +25,7 @@ jobs: path: test-reports test-3.7: docker: - - image: circleci/python:3.7 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install --upgrade poetry @@ -41,7 +41,7 @@ jobs: path: test-reports test-3.8: docker: - - image: circleci/python:3.8 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install --upgrade poetry