Skip to content

Commit 6326e6c

Browse files
committed
Updating metadata
1 parent fc5143d commit 6326e6c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@
2626
classifiers=[
2727
"Environment :: Console",
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.7",
3029
"Programming Language :: Python :: 3.8",
30+
"Programming Language :: Python :: 3.9",
31+
"Programming Language :: Python :: 3.10",
32+
"Programming Language :: Python :: 3.11",
33+
"Programming Language :: Python :: 3.12",
3134
"Intended Audience :: Science/Research",
3235
"Intended Audience :: System Administrators",
3336
"License :: OSI Approved :: MIT License",
@@ -41,7 +44,7 @@
4144
"model_ensemble_check=model_ensembler.cli:check"
4245
],
4346
},
44-
python_requires='>=3.7, <4',
47+
python_requires='>=3.8, <4',
4548
install_requires=[
4649
"jinja2",
4750
"jsonschema",

0 commit comments

Comments
 (0)