From 69aafd92d8b6bbc8985c581319e051343069c101 Mon Sep 17 00:00:00 2001 From: Piotr Lizonczyk Date: Sat, 19 Aug 2017 00:04:56 +0200 Subject: [PATCH] Turning off python3.5 support It won't be supported until Cryptography gets fixed and we can turn away from python's hashlib, since it supports blake2b/s from version 3.6 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 37000ef..8fef3b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: python notifications: email: false python: - - "3.5" +# - "3.5" - "3.6" - - "3.5-dev" # 3.5 development branch +# - "3.5-dev" # 3.5 development branch - "3.6-dev" # 3.6 development branch # command to install dependencies install: