mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Fixes #2353 -- document that we need PyPy 2.6+
This commit is contained in:
parent
298d25ad89
commit
5a5d26c4f8
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ Cryptography
|
|||
|
||||
``cryptography`` is a package which provides cryptographic recipes and
|
||||
primitives to Python developers. Our goal is for it to be your "cryptographic
|
||||
standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy.
|
||||
standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.
|
||||
|
||||
``cryptography`` includes both high level recipes, and low level interfaces to
|
||||
common cryptographic algorithms such as symmetric ciphers, message digests and
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ You can install ``cryptography`` with ``pip``:
|
|||
Supported platforms
|
||||
-------------------
|
||||
|
||||
Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4 and PyPy
|
||||
Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4 and PyPy 2.6+
|
||||
on these operating systems.
|
||||
|
||||
* x86-64 CentOS 7.x, 6.4 and CentOS 5.x
|
||||
|
|
|
|||
Loading…
Reference in a new issue