Skip to content

Commit 42e6877

Browse files
authored
drop Python 3.6 support (#369)
Just realized that #366 requires setuptools>=61 and setuptools 59 has dropped Python 3.6.
1 parent bc6508b commit 42e6877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
2+
requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -23,7 +23,7 @@ dependencies = [
2323
'wcmatch',
2424
'importlib_metadata>=1.4; python_version < "3.8"',
2525
]
26-
requires-python = ">=3.6"
26+
requires-python = ">=3.7"
2727
readme = "README.md"
2828
keywords = ["lammps", "vasp", "deepmd-kit"]
2929

0 commit comments

Comments
 (0)