summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--CHANGELOG.md1
-rw-r--r--README.rst4
-rw-r--r--tox.ini2
4 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1691f7f..2ccf165 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ cache:
- $HOME/.pyenv_cache
python:
- 2.7
- - 3.4
- 3.5
- 3.6
- 3.7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41873fa..39c0ce7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ Unreleased
- `index_natsorted` internally now uses tuples for index-element pairs
instead of lists
- Added a TOC to the README
+ - Python 3.4 is no longer included in testing
### Fixed
- Pin testing dependencies to prevent CI breaking due to third-party
diff --git a/README.rst b/README.rst
index a2a3388..c9c7d18 100644
--- a/README.rst
+++ b/README.rst
@@ -347,7 +347,9 @@ from the command line with ``python -m natsort``.
Requirements
------------
-``natsort`` requires Python version 2.7 or Python 3.4 or greater.
+``natsort`` requires Python version 2.7 or Python 3.5 or greater. Python 3.4 is
+unofficially supported, meaning that support has not been removed, but it is no
+longer tested.
Optional Dependencies
---------------------
diff --git a/tox.ini b/tox.ini
index 6f830b0..bec5a24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
envlist =
- flake8, py27, py34, py35, py36, py37, py38
+ flake8, py27, py35, py36, py37, py38
# Other valid evironments are:
# docs
# release