From 0eaed3e8c4237451da1a03eaf15733e0d0fc5754 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 29 Mar 2020 16:26:57 +0300 Subject: [PATCH] .travis.yml: Use Python 3.8-dev instead of master See: https://docs.travis-ci.com/user/languages/python/#specifying-python-versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd38c89..4223cb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ python: - "3.6" - "3.7" - "3.8" - - master + - "3.8-dev" # 3.8 development branch jobs: allow_failures: - - python: master + - python: "3.8-dev" addons: postgresql: "10" before_script: