From 009ce51f245c182eadf5d244f119dcc9afae569c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 17:13:00 +0000 Subject: [PATCH] Update circleci/python Docker tag to v3.10 --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 99b5836..5f0dadc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: python38: working_directory: ~/django-eventtools docker: - - image: circleci/python:3.8 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install tox @@ -12,7 +12,7 @@ jobs: python37: working_directory: ~/django-eventtools docker: - - image: circleci/python:3.7 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install tox @@ -21,7 +21,7 @@ jobs: python36: working_directory: ~/django-eventtools docker: - - image: circleci/python:3.6 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install tox @@ -30,7 +30,7 @@ jobs: python35: working_directory: ~/django-eventtools docker: - - image: circleci/python:3.5 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install tox @@ -39,7 +39,7 @@ jobs: python27: working_directory: ~/django-eventtools docker: - - image: circleci/python:2.7 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install tox @@ -48,7 +48,7 @@ jobs: meta: working_directory: ~/django-eventtools docker: - - image: circleci/python:3.7 + - image: circleci/python:3.10 steps: - checkout - run: sudo pip install tox coverage flake8