diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-25 18:22:17 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-25 18:22:17 -0500 |
commit | 71c2f2cada5472dcd5cfdcc1f42f60cb9cab8dff (patch) | |
tree | ee109ec98e2d4e376a5101747b20adcd59072c63 | |
parent | d042614ab4aa6aea1e18b7001663f971a6fe6f8a (diff) | |
parent | 35b83f30ec47d8106ef87bf5ae79a3f3feb78f4e (diff) | |
download | cryptography-71c2f2cada5472dcd5cfdcc1f42f60cb9cab8dff.tar.gz cryptography-71c2f2cada5472dcd5cfdcc1f42f60cb9cab8dff.tar.bz2 cryptography-71c2f2cada5472dcd5cfdcc1f42f60cb9cab8dff.zip |
Merge pull request #2369 from alex/we-test
We test on 3.5
-rw-r--r-- | docs/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 1caeb1f7..2f978852 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -10,8 +10,8 @@ You can install ``cryptography`` with ``pip``: Supported platforms ------------------- -Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4 and PyPy 2.6+ -on these operating systems. +Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4, 3.5, and PyPy +2.6+ on these operating systems. * x86-64 CentOS 7.x, 6.4 and CentOS 5.x * x86-64 FreeBSD 10 |