From d0393e821e5914a7c1d659eaf0a5d612a1aa8e01 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 4 Nov 2018 22:45:38 -0800 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e2bdbfd..1bc9361f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python # 3.6 is listed first so it gets used for the later build stages python: - "3.6" - - "3.7" + - "3.7-dev" - "3.5" # Executed for 3.5 AND 3.5 as the first "test" stage: