diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2018-06-27 20:07:14 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2018-06-27 23:07:14 -0400 |
commit | 4ee1cb949767a882d56053cde922f260874f00c6 (patch) | |
tree | 0a84ef7b71bbfa21ef63f14bc33cefd8bd393c14 /docs | |
parent | 3bab819c558ead888825e33f8df3f17707ff2c20 (diff) | |
download | cryptography-4ee1cb949767a882d56053cde922f260874f00c6.tar.gz cryptography-4ee1cb949767a882d56053cde922f260874f00c6.tar.bz2 cryptography-4ee1cb949767a882d56053cde922f260874f00c6.zip |
Add py37 (#4298)
* test against python 3.7 for windows
* update docs to say we test on 3.7
* more succinct
* maybe make this actually work.
* link properly
* moar changes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index f96cc505..13cd75e1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,7 +10,7 @@ You can install ``cryptography`` with ``pip``: Supported platforms ------------------- -Currently we test ``cryptography`` on Python 2.7, 3.4, 3.5, 3.6, and +Currently we test ``cryptography`` on Python 2.7, 3.4+, and PyPy 5.3+ on these operating systems. * x86-64 CentOS 7.x |