summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
-rw-r--r--docs/intro.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 3a27b32..245b933 100644
--- a/README.rst
+++ b/README.rst
@@ -329,7 +329,7 @@ from the command line with ``python -m natsort``.
Requirements
------------
-``natsort`` requires Python version 2.7 or Python 3.4 or greater.
+``natsort`` requires Python 3.4 or greater.
Optional Dependencies
---------------------
@@ -428,7 +428,7 @@ Deprecation Schedule
Dropping Python 2.7 Support
+++++++++++++++++++++++++++
-``natsort`` version 7.0.0 will drop support for Python 2.7.
+``natsort`` version 7.0.0 drops support for Python 2.7.
The version 6.X branch will remain as a "long term support" branch where bug fixes
are applied so that users who cannot update from Python 2.7 will not be forced to
diff --git a/docs/intro.rst b/docs/intro.rst
index e5905fc..9c5bf47 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -324,7 +324,7 @@ from the command line with ``python -m natsort``.
Requirements
------------
-:mod:`natsort` requires Python version 2.7 or Python 3.4 or greater.
+:mod:`natsort` requires Python 3.4 or greater.
Optional Dependencies
---------------------
@@ -423,7 +423,7 @@ Deprecation Schedule
Dropping Python 2.7 Support
+++++++++++++++++++++++++++
-:mod:`natsort` version 7.0.0 will drop support for Python 2.7.
+:mod:`natsort` version 7.0.0 drops support for Python 2.7.
The version 6.X branch will remain as a "long term support" branch where bug fixes
are applied so that users who cannot update from Python 2.7 will not be forced to