summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2022-03-29 11:44:35 +1100
committerBrian May <brian@linuxpenguins.xyz>2022-03-29 11:47:05 +1100
commit6d36916f48ae69abe175682f111f505923aba339 (patch)
tree6d513410c4f3ca8de231c08ce055c5c678c5d5f3 /tox.ini
parent5719d424de732d218ade4670fd0d987b8aad2736 (diff)
Remove support for Python 3.6 and 3.7
Fixes #716
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 84ed81d..b63d87c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,17 +1,15 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist =
- py36,
- py37,
py38,
py39,
+ py310,
[testenv]
basepython =
- py36: python3.6
- py37: python3.7
py38: python3.8
py39: python3.9
+ py310: python3.10
commands =
pip install -e .
# actual flake8 test