aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2023-10-16 12:48:39 +0200
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2023-10-18 08:20:50 +0200
commit302843649277556deb8fb885213283f866e90ae8 (patch)
treeb2270e9a757898d14f8be47a9e9879daf72a71fa /tox.ini
parentb9b646a6fdaad61cb239ef99a9b52c75ec22db99 (diff)
Remove Python 3.7 support
Python 3.7 version is end of life Issue-ID: TEST-404 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ia41a7029d03098e03c26ed227aeee18bbb6be9c0
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 8e757f9..ebbb348 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py37,py38,py39,pylint,pydocstyle,bandit
+envlist = py38,py39,pylint,pydocstyle,bandit
[testenv]
commands = pytest tests/