Add Python 3.7-dev to the default docker image.

This commit is contained in:
Matt Clay 2017-11-20 16:22:52 -08:00
commit 677aca1cc7
3 changed files with 16 additions and 0 deletions

View file

@ -5,6 +5,7 @@ python_versions=(
2.7
3.5
3.6
3.7
)
requirements=()