Skip to content

Commit

Permalink
bump requires-python to >=3.8 (#1014)
Browse files Browse the repository at this point in the history
considering #963
  • Loading branch information
njzjz authored Nov 1, 2022
1 parent 5ae6b2f commit 4babcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -30,7 +30,7 @@ dependencies = [
'h5py',
'pymatgen-analysis-defects',
]
requires-python = ">=3.6"
requires-python = ">=3.8"
readme = "README.md"
keywords = ["deep potential generator", "active learning", "deepmd-kit"]

Expand Down

0 comments on commit 4babcbf

Please sign in to comment.