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
This commit is contained in:
Piotr Lizonczyk
2017-08-19 00:04:56 +02:00
parent 2384248d1c
commit 69aafd92d8

View File

@@ -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: