summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-10-24 09:52:25 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-10-24 09:52:25 -0700
commit7a44a5e31ae0e7d036270fe67c66cfe63d6c239b (patch)
tree0e0e6d7b665628162e9ba241504afe16426c37f6 /tox.ini
parentcd0520fc8e462643f59ef0bee77b509021b3108e (diff)
downloadnatsort-7a44a5e31ae0e7d036270fe67c66cfe63d6c239b.tar.gz
Remove support for Python 3.5 and 3.4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f89ee8f..9db8e4e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
envlist =
- flake8, mypy, py35, py36, py37, py38, py39
+ flake8, mypy, py36, py37, py38, py39
# Other valid evironments are:
# docs
# release