aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-14 10:22:25 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 20:24:30 -0500
commit741fccba6cffb77817f248a7561c25f2ba7070cf (patch)
treecf6714b1752981dd699f78ce21417e0e1950a3ec /CHANGELOG.rst
parent702ef6ac75c9e84e221e6696d324bada8076ecb4 (diff)
downloadcryptography-741fccba6cffb77817f248a7561c25f2ba7070cf.tar.gz
cryptography-741fccba6cffb77817f248a7561c25f2ba7070cf.tar.bz2
cryptography-741fccba6cffb77817f248a7561c25f2ba7070cf.zip
Drop support for Python 3.2
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 69eea525..c91b7c75 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,8 @@ Changelog
.. note:: This version is not yet released and is under active development.
+* Removed support for Python 3.2. This version of Python is rarely used
+ and caused support headaches. Users affected by this should upgrade to 3.3+.
* Deprecated support for Python 2.6. At the time there is no time table for
actually dropping support, however we strongly encourage all users to upgrade
their Python, as Python 2.6 no longer receives support from the Python core