Skip to content

Commit c748c16

Browse files
committed
Update Python versions in setup.cfg to 3.8, 3.9, 3.10.
1 parent dbc4250 commit c748c16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ classifiers =
1212
License :: OSI Approved :: Apache Software License
1313
Natural Language :: English
1414
Programming Language :: Python :: 3
15-
Programming Language :: Python :: 3.7
1615
Programming Language :: Python :: 3.8
1716
Programming Language :: Python :: 3.9
17+
Programming Language :: Python :: 3.10
1818
description = python modules for running the STEMMUS-SCOPE model
1919
keywords =
2020
STEMMUS-SCOPE
@@ -28,7 +28,7 @@ url = https://github.com/EcoExtreML/stemmus_scope_processing
2828
version = 0.1.1
2929

3030
[options]
31-
python_requires = >=3.7,<3.10
31+
python_requires = >=3.8,<3.11
3232
zip_safe = False
3333
include_package_data = True
3434
packages = find:

0 commit comments

Comments
 (0)