From 43999e6ca3007ecb41b4fbd62e198db9cdb998a7 Mon Sep 17 00:00:00 2001 From: Guyzmo Date: Sat, 28 Jan 2017 00:43:05 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=92=20=20Changed=20target=20pythons=20?= =?UTF-8?q?in=20travis=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0f3b6b1..2217a8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: - os: linux python: "3.5" - os: linux - python: "3.5-dev" + python: "3.6" - os: linux python: "3.6-dev" - os: linux