Skip to content

Commit

Permalink
Merge pull request #99 from cclauss/patch-3
Browse files Browse the repository at this point in the history
CircleCI: Upgrade to Python 3.8
  • Loading branch information
StoicLoofah authored Oct 19, 2019
2 parents 329e044 + 8cfef81 commit ad60c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build_and_test: &build_and_test_steps
jobs:
StyleCheck:
docker:
- image: circleci/python:3.7
- image: circleci/python:3.8
steps:
- checkout
- run: sudo pip install flake8 black
Expand All @@ -31,7 +31,7 @@ jobs:

Python3:
docker:
- image: circleci/python:3.7
- image: circleci/python:3.8
steps: *build_and_test_steps


Expand Down

0 comments on commit ad60c21

Please sign in to comment.