From 5ef6687ea2dc9d122c8f035c9b79841d74918727 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 7 Apr 2021 00:38:44 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9a69da..da0e523 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ workflows: jobs: format: docker: - - image: python:3.6-slim + - image: python:3.9-slim steps: - checkout - run: @@ -38,7 +38,7 @@ jobs: command: pylint -f colorized -E plugin --ignore plugin/cli,plugin/pb2 test-3.6: docker: - - image: python:3.6-stretch + - image: python:3.7-stretch steps: &run_python_tests - checkout - run: @@ -63,7 +63,7 @@ jobs: command: pytest test/ test-3.5: docker: - - image: python:3.5-stretch + - image: python:3.7-stretch steps: *run_python_tests test-2.7: docker: