Skip to content

Commit f67c89e

Browse files
committed
Drop python 3.6
1 parent 54c2288 commit f67c89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def compile_KLU():
187187
},
188188
package_data={"pybamm": pybamm_data},
189189
# Python version
190-
python_requires=">=3.6,<3.10",
190+
python_requires=">=3.7,<3.10",
191191
# List of dependencies
192192
install_requires=[
193193
"numpy>=1.16",

0 commit comments

Comments
 (0)