From f230f643561d426154acd72823a446531ad42f5d Mon Sep 17 00:00:00 2001 From: LecomteAdrien Date: Tue, 12 Jan 2021 16:03:09 +0100 Subject: [PATCH] :green_heart: Update circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4af2e76..dd1842f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ jobs: # A basic unit of work in a run build: # runs not using Workflows must have a `build` job as entry point docker: # run the steps with Docker # CircleCI Python images available at: https://hub.docker.com/r/circleci/python/ - - image: circleci/python:3.6.4 + - image: circleci/python:3.7 auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var reference