diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-04-18 20:26:03 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-04-18 20:26:03 -0500 |
commit | 0958641277aee556a047ee9b3cccf6d42f11e09c (patch) | |
tree | 723f3c3c3b62be131ed038f0133304a8591abb7a /docs/development/getting-started.rst | |
parent | 3621d704036a5a06784b2a405842e3164e578c40 (diff) | |
download | cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.gz cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.bz2 cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.zip |
remove python 3.2 from every other place I could find
Diffstat (limited to 'docs/development/getting-started.rst')
-rw-r--r-- | docs/development/getting-started.rst | 1 |
1 files changed, 0 insertions, 1 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 |