From bb02c2a25cc14730906316b5d1ad938d279468e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Wed, 26 Jun 2019 00:03:15 +0100 Subject: [PATCH] update python version for the CI --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87499cc..cd0ea02 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: format: docker: - - image: circleci/python:3.6.7 + - image: circleci/python:3.7.3 working_directory: ~/repo steps: - checkout @@ -27,7 +27,7 @@ jobs: test: docker: - - image: circleci/python:3.6.7 + - image: circleci/python:3.7.3 working_directory: ~/repo steps: - checkout