mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
Turning off 3.7-dev testing
Cryptography ships with OpenSSL 1.0.2g when it's installed against python3.7. Old OpenSSL is largely incompatible with this package. Testing (and any required development for ensuring compatibility) will be turned on again when Cryptography wheel for python3.7 will ship with new OpenSSL
This commit is contained in:
@@ -6,7 +6,7 @@ python:
|
||||
- "3.6"
|
||||
# - "3.5-dev" # 3.5 development branch
|
||||
- "3.6-dev" # 3.6 development branch
|
||||
- "3.7-dev" # 3.7 development branch
|
||||
# - "3.7-dev" # 3.7 development branch
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
|
||||
Reference in New Issue
Block a user