We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc5143d commit 6326e6cCopy full SHA for 6326e6c
setup.py
@@ -26,8 +26,11 @@
26
classifiers=[
27
"Environment :: Console",
28
"Programming Language :: Python :: 3",
29
- "Programming Language :: Python :: 3.7",
30
"Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.9",
31
+ "Programming Language :: Python :: 3.10",
32
+ "Programming Language :: Python :: 3.11",
33
+ "Programming Language :: Python :: 3.12",
34
"Intended Audience :: Science/Research",
35
"Intended Audience :: System Administrators",
36
"License :: OSI Approved :: MIT License",
@@ -41,7 +44,7 @@
41
44
"model_ensemble_check=model_ensembler.cli:check"
42
45
],
43
46
},
- python_requires='>=3.7, <4',
47
+ python_requires='>=3.8, <4',
48
install_requires=[
49
"jinja2",
50
"jsonschema",
0 commit comments