Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelcortes authored May 24, 2024
1 parent ef822ae commit f7ffb32
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 @@ -15,7 +15,7 @@
long_description=open('README.rst').read(),
author='Yoel Cortes-Pena',
install_requires=['numba>=0.50.0', 'llvmlite>=0.31', 'numpy'],
python_requires=">=3.6",
python_requires=">=3.9",
package_data=
{'flexsolve': []},
platforms=['Windows', 'Mac', 'Linux'],
Expand Down

0 comments on commit f7ffb32

Please sign in to comment.