Skip to content

Commit

Permalink
Drop python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshuone6 committed Sep 28, 2021
1 parent 54c2288 commit f67c89e
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 @@ -187,7 +187,7 @@ def compile_KLU():
},
package_data={"pybamm": pybamm_data},
# Python version
python_requires=">=3.6,<3.10",
python_requires=">=3.7,<3.10",
# List of dependencies
install_requires=[
"numpy>=1.16",
Expand Down

0 comments on commit f67c89e

Please sign in to comment.