From ca629cc950f280802f6fc9b20eeb18bae74259d7 Mon Sep 17 00:00:00 2001 From: Bradley Weston Date: Tue, 27 Feb 2018 17:36:45 +0000 Subject: [PATCH] Update CircleCI Python image (#3742) Update CircleCI Python image to `3.6.4` and `3.6.2` no longer exists. --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e8bc5e1efb..0bc2afac81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,8 +2,7 @@ version: 2 jobs: build: docker: - # TODO: Update to 3.6.3 when the image become available - - image: circleci/python:3.6.2 + - image: circleci/python:3.6.4 steps: - checkout - run: @@ -11,4 +10,4 @@ jobs: command: test/circle/install.sh - run: name: lint - command: test/circle/lint.sh \ No newline at end of file + command: test/circle/lint.sh