From 40b5f07afbac14453da16c4dfc86c50ac787c4e1 Mon Sep 17 00:00:00 2001 From: lamya-rey Date: Mon, 18 Jan 2021 11:17:24 +0100 Subject: [PATCH] :construction_worker: update python version --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e951057..2150c62 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: postgres