We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc4250 commit c748c16Copy full SHA for c748c16
1 file changed
setup.cfg
@@ -12,9 +12,9 @@ classifiers =
12
License :: OSI Approved :: Apache Software License
13
Natural Language :: English
14
Programming Language :: Python :: 3
15
- Programming Language :: Python :: 3.7
16
Programming Language :: Python :: 3.8
17
Programming Language :: Python :: 3.9
+ Programming Language :: Python :: 3.10
18
description = python modules for running the STEMMUS-SCOPE model
19
keywords =
20
STEMMUS-SCOPE
@@ -28,7 +28,7 @@ url = https://github.com/EcoExtreML/stemmus_scope_processing
28
version = 0.1.1
29
30
[options]
31
-python_requires = >=3.7,<3.10
+python_requires = >=3.8,<3.11
32
zip_safe = False
33
include_package_data = True
34
packages = find:
0 commit comments