From 65a1982246ec0b0fd6405b3a7d406819d10641bf Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 1 Dec 2022 16:03:25 -0500 Subject: [PATCH 1/2] docs: update information about Python requirements --- README.md | 2 +- docs/index.rst | 1 + pyproject.toml | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5ad27bd3..02a955beb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ **dpdata** is a python package for manipulating data formats of software in computational science, including DeePMD-kit, VASP, LAMMPS, GROMACS, Gaussian. -dpdata only works with python 3.x. +dpdata only works with python 3.7 or above. # Installation diff --git a/docs/index.rst b/docs/index.rst index e4b34f1db..279d7fb70 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,6 +10,7 @@ Welcome to dpdata's documentation! :maxdepth: 2 :caption: Contents: + Overall cli formats api/api diff --git a/pyproject.toml b/pyproject.toml index 87151506c..ee926aaeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,11 @@ authors = [ ] license = {file = "LICENSE"} classifiers = [ - "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", ] dependencies = [ From bb06b8823009f23f5609aaef3abf3ddae61555f5 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 1 Dec 2022 16:04:25 -0500 Subject: [PATCH 2/2] typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 279d7fb70..6b0c5344e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ Welcome to dpdata's documentation! :maxdepth: 2 :caption: Contents: - Overall + Overview cli formats api/api