mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user