Travis to use Python 3.7-dev for a little longer

3.7 produces a 403 forbidden error: https://travis-ci.org/simonw/datasette/jobs/450716231#L6
This commit is contained in:
Simon Willison 2018-11-04 22:45:38 -08:00
commit d0393e821e
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -3,7 +3,7 @@ language: python
# 3.6 is listed first so it gets used for the later build stages # 3.6 is listed first so it gets used for the later build stages
python: python:
- "3.6" - "3.6"
- "3.7" - "3.7-dev"
- "3.5" - "3.5"
# Executed for 3.5 AND 3.5 as the first "test" stage: # Executed for 3.5 AND 3.5 as the first "test" stage: