summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-10-03 15:12:34 -0400
committerEli Collins <elic@assurancetechnologies.com>2020-10-03 15:12:34 -0400
commit264847d3346a3b177498aa8f8acb63560b8e20c0 (patch)
treeeb0798fa18cab6b5aa4b0ea1ba4cd3f8c40a55c6 /docs/history
parent6c96dd0a469aafa2592641ae3b3d820aaabd7d35 (diff)
downloadpasslib-264847d3346a3b177498aa8f8acb63560b8e20c0.tar.gz
docs: added notices that python 2 support will be dropped in 1.8 (issue 119)
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.7.rst15
-rw-r--r--docs/history/index.rst8
2 files changed, 20 insertions, 3 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 74d18b9..1e3c1d7 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -4,6 +4,14 @@
Passlib 1.7
===========
+.. rst-class:: without-title
+
+.. warning::
+
+ **Passlib 1.8 is dropping support for Python 2.x, 3.3, and 3.4**;
+ and will require Python >= 3.5. The 1.7 series will be the last
+ to support Python 2.7. (See :issue:`119` for rationale).
+
**1.7.3** (NOT YET RELEASED)
============================
@@ -133,10 +141,11 @@ Deprecations
Due to lack of ``pip`` and ``venv`` support, Passlib is no longer fully tested on Python
2.6 & 3.3. There are no known issues, and bugfixes against these versions will still be
accepted for the Passlib 1.7.x series.
- However, **Passlib 1.8 will drop support for Python 2.6 & 3.3; and Passlib 2.0 will drop
- support for Python 2.x entirely.**
+ However, **Passlib 1.8 will drop support for Python 2.x & 3.3,** and require Python >= 3.4.
-* Support for Python 2.6 & 3.3 is deprecated; and will be dropped in Passlib 1.8.
+* Support for Python 2.x & 3.3 is deprecated; and will be dropped in Passlib 1.8.
+ *(2020-05-10: Updated to include all of Python 2.x; when 1.7.2 was released,
+ only Python 2.6 / 3.3 support was deprecated)*
* .. py:currentmodule:: passlib.hash
diff --git a/docs/history/index.rst b/docs/history/index.rst
index 0a06bc1..1fb34ed 100644
--- a/docs/history/index.rst
+++ b/docs/history/index.rst
@@ -10,6 +10,14 @@ Release History
**For the latest release:** see :ref:`What's New <whats-new>` in Passlib 1.7
+.. rst-class:: float-center without-title
+
+.. warning::
+
+ **Passlib 1.8 is dropping support for Python 2.x, 3.3, and 3.4**;
+ and will require Python >= 3.5. The 1.7 series will be the last
+ to support Python 2.7. (See :issue:`119` for rationale).
+
.. toctree::
:maxdepth: 2