From 6ced28c2d7410500dc56ea63b7c9470e24ec5a1e Mon Sep 17 00:00:00 2001 From: James Adams Date: Wed, 29 Jan 2020 10:43:32 -0500 Subject: [PATCH] updated the CircleCI config file to use Python version 3.7 #53 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ffda44..86e38d6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: # specify the version you desire here # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ - - image: circleci/python:3.6.1 + - image: circleci/python:3.7 working_directory: ~/repo