Skip to content
Merged
Prev Previous commit
Next Next commit
Set minimum Python requirement to >=3.7 in setup.py since !328 remo…
…ved Python 3.6 support - build all wheels
  • Loading branch information
davidghiurco committed Feb 11, 2022
commit aa1a4950bac7769cbfee60740ca4676021d4f221
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
data_files=[],
setup_requires=["oldest-supported-numpy", "cython>=0.23"],
install_requires=["numpy>=1.20", "scipy>=1.0"],
python_requires=">=3.7",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand All @@ -91,7 +92,6 @@
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Information Analysis',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Comment thread
rflamary marked this conversation as resolved.
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down