Skip to content

Commit

Permalink
Does CircleCI have a Python 3.7 image yet?
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed May 20, 2018
1 parent ad98695 commit 9e154be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ jobs:
environment:
- MAKE_VENV: "python -m venv venv"

"Python-3.7":
<<: *shared
docker:
- image: circleci/python:3.7
environment:
- MAKE_VENV: "python -m venv venv"


# This workflow defines the jobs that comprise the "build" task. The jobs will
# be run in parallel.
Expand All @@ -90,3 +97,4 @@ workflows:
- "Python-2.7"
- "Python-3.5"
- "Python-3.6"
- "Python-3.7"

0 comments on commit 9e154be

Please sign in to comment.