From f33db2afaccc1dce09214b944ed37461a3d90e6c Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 12:44:21 +0100 Subject: [PATCH] :construction_worker: update version python --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index abb25ac..bc9ecf0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/python:3.8 + - image: circleci/python:latest working_directory: ~/repo steps: - checkout @@ -25,7 +25,7 @@ jobs: test: docker: - - image: circleci/python:3.8 + - image: circleci/python:latest - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: myUser