Skip to content

Commit 032dda5

Browse files
Merge pull request #1696 from priyanshuone6/drop_3.6
Drop support for Python 3.6
2 parents 025b4d1 + b1f35de commit 032dda5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
## Breaking changes
1010

11+
- Dropped support for Python 3.6 ([#1696](https://github.com/pybamm-team/PyBaMM/pull/1696))
1112
- The substring 'negative electrode' has been removed from variables related to SEI and lithium plating (e.g. 'Total negative electrode SEI thickness [m]' replaced by 'Total SEI thickness [m]') ([#1654](https://github.com/pybamm-team/PyBaMM/pull/1654))
1213

1314
# [v21.08](https://github.com/pybamm-team/PyBaMM/tree/v21.08) - 2021-08-26

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)