aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development.rst
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 /docs/development.rst
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 'docs/development.rst')
-rw-r--r--docs/development.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 107970d..7140ef6 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -80,12 +80,12 @@ execute *tox*:
$ tox
Please note that the above runs unit tests on all major versions of Python available on your
-OS (3.7, 3.8, 3.9). To limit execution to only specific version of Python Interpreter,
+OS (3.8, 3.9). To limit execution to only specific version of Python Interpreter,
use the following example:
.. code:: shell
- $ tox -e py37
+ $ tox -e py38
Integration testing
-------------------