Skip to content

Commit

Permalink
Run tests on 3.7, not 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Feb 16, 2020
1 parent 77d6a61 commit e609800
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 @@ -46,7 +46,7 @@ jobs:
pytest
deploy:
docker:
- image: circleci/python:3.6
- image: circleci/python:3.7
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit e609800

Please sign in to comment.