summaryrefslogtreecommitdiff
path: root/docs/history
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-10-06 13:46:32 -0400
committerEli Collins <elic@assurancetechnologies.com>2020-10-06 13:46:32 -0400
commit05c5cbc9a664b98449566f16f832a8e2d392e1dd (patch)
treecb545453071dbbdfbd03862308eb8a454c8bf020 /docs/history
parentdb09b6032eadf839844e2275c163d33f744bf255 (diff)
downloadpasslib-05c5cbc9a664b98449566f16f832a8e2d392e1dd.tar.gz
docs & setup: updates text & setup requirements to indicate we need minimum
of Python 3.5.
Diffstat (limited to 'docs/history')
-rw-r--r--docs/history/1.8.rst9
-rw-r--r--docs/history/index.rst10
2 files changed, 11 insertions, 8 deletions
diff --git a/docs/history/1.8.rst b/docs/history/1.8.rst
index 67e54b8..f13a130 100644
--- a/docs/history/1.8.rst
+++ b/docs/history/1.8.rst
@@ -20,8 +20,17 @@ Overview
See https://passlib.readthedocs.io/en/stable/history/1.7.html for the latest release.
+Requirements
+------------
+
+* **Passlib now requires Python >= 3.5.** As of this release, support for Python 2.x, 3.3,
+ and 3.4 has been dropped. If you need to use Passlib on an earlier version of Python,
+ please use the :doc:`1.7` series, which will be maintained in bugfix-only mode
+ for few more releases. (See :issue:`119` for rationale).
+
Backwards Incompatibilities
---------------------------
+
The following previously-deprecated features were removed,
though few of these should be in use, as they've been deprecated
for a number of years / releases:
diff --git a/docs/history/index.rst b/docs/history/index.rst
index 8439c5e..938f860 100644
--- a/docs/history/index.rst
+++ b/docs/history/index.rst
@@ -10,19 +10,13 @@ Release History
**For the latest release:** see :ref:`What's New <whats-new>` in Passlib 1.8
+.. rst-class:: float-center without-title
+
.. toctree::
:maxdepth: 2
1.8 Series <1.8>
-.. rst-class:: float-center without-title
-
-.. warning::
-
- **Passlib 1.8 will drop 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