summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-11-15 23:27:59 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-11-15 23:27:59 -0800
commit72287070c9860b6c3aedd1f40069993f3e5e406b (patch)
tree437cc7e65cceacc4184b4ed4aa2af828761aecab /README.rst
parent669b37f0f07367379bc911f5272a324d6a144ade (diff)
downloadnatsort-72287070c9860b6c3aedd1f40069993f3e5e406b.tar.gz
Remove stale deprection notices
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.rst b/README.rst
index ec3ecc8..bbc065c 100644
--- a/README.rst
+++ b/README.rst
@@ -486,17 +486,6 @@ By default ``DeprecationWarnings`` are not shown, but this will cause them
to be shown. Alternatively, you can just set the environment variable
``PYTHONWARNINGS`` to "default::DeprecationWarning" and then run your code.
-Dropped Pipenv for Development
-++++++++++++++++++++++++++++++
-
-``natsort`` version 6.0.0 no longer uses `Pipenv <https://pipenv.readthedocs.io/en/latest/>`_
-to install development dependencies.
-
-Dropped Python 2.6 and 3.3 Support
-++++++++++++++++++++++++++++++++++
-
-``natsort`` version 6.0.0 dropped support for Python 2.6 and Python 3.3.
-
Author
------