aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 48986d9..5206f2c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,13 +10,15 @@ author = Orange OpenSource
license = Apache 2.0
classifiers =
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
+ Programming Language :: Python :: 3.11
[options]
zip_safe = False
include_package_data = True
-python_requires = >=3.7,<4
+python_requires = >=3.8,<4
package_dir=
=src
packages=find_namespace: