summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2022-12-18 21:24:50 -0800
committerSeth Morton <seth.m.morton@gmail.com>2022-12-18 21:24:50 -0800
commit9193b9c2e43d9cfa25633b85ead62d8a1fecd6cc (patch)
tree8ec3dbf6fecce5331712d09d8d97ed6be682f990 /tox.ini
parent48b91687f2c98feabeb6d449134f5d104f46956e (diff)
downloadnatsort-9193b9c2e43d9cfa25633b85ead62d8a1fecd6cc.tar.gz
Remove 3.6 support
CI outright fails with this.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 19ab53d..10f9db9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@
[tox]
envlist =
- flake8, mypy, py36, py37, py38, py39, py310
+ flake8, mypy, py37, py38, py39, py310
# Other valid environments are:
# docs
# release
@@ -105,8 +105,6 @@ skip_install = true
# Get GitHub actions to run the correct tox environment
[gh-actions]
python =
- 3.5: py35
- 3.6: py36
3.7: py37
3.8: py38
3.9: py39