Skip to content

Commit

Permalink
updated the CircleCI config file to use Python version 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monocongo committed Jan 29, 2020
1 parent a8e75de commit 6ced28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ced28c

Please sign in to comment.