mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
update pypy supported versions in the docs (#9318)
* update tested pypy version * update pypy supported version
This commit is contained in:
parent
62c45a8507
commit
1961fdb264
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ pyca/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 3.7+ and PyPy3 7.3.10+.
|
||||
standard library". It supports Python 3.7+ and PyPy3 7.3.11+.
|
||||
|
||||
``cryptography`` includes both high level recipes and low level interfaces to
|
||||
common cryptographic algorithms such as symmetric ciphers, message digests, and
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ single most common cause of installation problems.
|
|||
Supported platforms
|
||||
-------------------
|
||||
|
||||
Currently we test ``cryptography`` on Python 3.7+ and PyPy3 7.3.10+ on these
|
||||
Currently we test ``cryptography`` on Python 3.7+ and PyPy3 7.3.11+ on these
|
||||
operating systems.
|
||||
|
||||
* x86-64 RHEL 8.x
|
||||
|
|
|
|||
Loading…
Reference in a new issue