aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
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: