File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 70
70
scripts = [],
71
71
data_files = [],
72
72
install_requires = ["numpy>=1.16" , "scipy>=1.6" ],
73
- python_requires = ">=3.6 " ,
73
+ python_requires = ">=3.7 " ,
74
74
classifiers = [
75
75
'Development Status :: 5 - Production/Stable' ,
76
76
'Intended Audience :: Developers' ,
92
92
'Topic :: Scientific/Engineering :: Mathematics' ,
93
93
'Topic :: Scientific/Engineering :: Information Analysis' ,
94
94
'Programming Language :: Python :: 3' ,
95
- 'Programming Language :: Python :: 3.6' ,
96
95
'Programming Language :: Python :: 3.7' ,
97
96
'Programming Language :: Python :: 3.8' ,
98
97
'Programming Language :: Python :: 3.9' ,
99
98
'Programming Language :: Python :: 3.10' ,
99
+ 'Programming Language :: Python :: 3.11' ,
100
+ 'Programming Language :: Python :: 3.12' ,
100
101
]
101
102
)
You can’t perform that action at this time.
0 commit comments