diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-18 21:53:20 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-04-18 21:53:20 -0400 |
commit | 7476b13b4953fd750d0484b0227e5de7b6cfeea8 (patch) | |
tree | 723f3c3c3b62be131ed038f0133304a8591abb7a /docs | |
parent | 702ef6ac75c9e84e221e6696d324bada8076ecb4 (diff) | |
parent | 0958641277aee556a047ee9b3cccf6d42f11e09c (diff) | |
download | cryptography-7476b13b4953fd750d0484b0227e5de7b6cfeea8.tar.gz cryptography-7476b13b4953fd750d0484b0227e5de7b6cfeea8.tar.bz2 cryptography-7476b13b4953fd750d0484b0227e5de7b6cfeea8.zip |
Merge pull request #1846 from reaperhulk/drop-python-32
Drop support for Python 3.2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/development/getting-started.rst | 1 | ||||
-rw-r--r-- | docs/installation.rst | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index f5d6c190..b3474002 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -44,7 +44,6 @@ each supported Python version and run the tests. For example: ERROR: py26: InterpreterNotFound: python2.6 py27: commands succeeded ERROR: pypy: InterpreterNotFound: pypy - ERROR: py32: InterpreterNotFound: python3.2 py33: commands succeeded docs: commands succeeded pep8: commands succeeded diff --git a/docs/installation.rst b/docs/installation.rst index c061903e..1c25ff78 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.6, 2.7, 3.2, 3.3, 3.4 and PyPy +Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4 and PyPy on these operating systems. * x86-64 CentOS 7.x, 6.4 and CentOS 5.x |