summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-09 16:54:30 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-09 19:33:39 -0500
commit9af3a823985bff447e7203360383e8fccf53da63 (patch)
tree17069c10c362ed8cce29a2a6178a80db868068d1 /sites
parent8be8e62c2426e06073391dcb3e03aeeb1bb38a21 (diff)
downloadparamiko-9af3a823985bff447e7203360383e8fccf53da63.tar.gz
Changelog entry for py2 drop
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index d83d8899..0c4ee192 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,20 @@
Changelog
=========
+- :support:`-` Drop support for Python versions less than 3.6, including Python
+ 2. So long and thanks for all the fish!
+
+ .. warning::
+ This change is backwards compatible if you are still on older Python
+ versions. However, our packaging metadata has been updated to include
+ ``python_requires``, so this should not cause breakage unless you're on an
+ old installation method that can't read this metadata.
+
+ .. warning::
+ As part of this change, ``paramiko.py3compat`` has been entirely removed.
+ Any methods you were using from that module should be easily
+ search-and-replaced with their modern Python 3.6+ equivalents as necessary.
+
- :release:`2.12.0 <2022-11-04>`
- :feature:`2125` (also re: :issue:`2054`) Add a ``transport_factory`` kwarg to
`SSHClient.connect <paramiko.client.SSHClient.connect>` for advanced