Skip to content

Commit

Permalink
bump python version (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikfilippas committed Mar 15, 2023
1 parent 8f1e47a commit 7372dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run(self):
include_package_data=True,
use_scm_version=True,
distclass=Distribution,
python_requires='>=3.7',
python_requires='>=3.8',
setup_requires=['setuptools_scm'],
install_requires=['numpy'],
cmdclass={'build_py': Build, 'develop': Develop, 'clean': Clean},
Expand Down

0 comments on commit 7372dea

Please sign in to comment.