Skip to content

Commit

Permalink
Add Python3.8 to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricleroy committed Jun 13, 2020
1 parent 0cbff2c commit fb89855
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ workflows:
jobs:
- build-3.6
- build-3.7
- build-3.8
jobs:
build-3.6: &build-template
docker:
Expand All @@ -32,3 +33,7 @@ jobs:
<<: *build-template
docker:
- image: circleci/python:3.7-stretch
build-3.8:
<<: *build-template
docker:
- image: circleci/python:3.8-buster

0 comments on commit fb89855

Please sign in to comment.