diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-16 15:26:23 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-16 15:26:23 -0700 |
commit | 4f0d5a9e951324f4f2b37c53ce10c9a010154367 (patch) | |
tree | 7c0a2dfbed710ca304b37dca8151fcce2aefbdfc /sites/www | |
parent | 087444cf4cf3302908c9bda34f488b005df0ea8c (diff) |
Almost forgot the changelog re #1070
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 9b154c24..8b21355a 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :support:`1070` Drop Python 2.6 and Python 3.3 support; now only 2.7 and 3.4+ + are supported. If you're unable to upgrade from 2.6 or 3.3, please stick to + the Paramiko 2.3.x (or below) release lines. * :release:`2.3.1 <2017-09-22>` * :bug:`1071` Certificate support broke the no-certificate case for Ed25519 keys (symptom is an ``AttributeError`` about ``public_blob``.) This went |