Skip to content

Commit d76b098

Browse files
authored
docs: update information about Python requirements (#386)
1 parent b41d595 commit d76b098

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
**dpdata** is a python package for manipulating data formats of software in computational science, including DeePMD-kit, VASP, LAMMPS, GROMACS, Gaussian.
2-
dpdata only works with python 3.x.
2+
dpdata only works with python 3.7 or above.
33

44

55
# Installation

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Welcome to dpdata's documentation!
1010
:maxdepth: 2
1111
:caption: Contents:
1212

13+
Overview <self>
1314
cli
1415
formats
1516
api/api

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ authors = [
1212
]
1313
license = {file = "LICENSE"}
1414
classifiers = [
15-
"Programming Language :: Python :: 3.6",
15+
"Programming Language :: Python :: 3.7",
16+
"Programming Language :: Python :: 3.8",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
1620
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
1721
]
1822
dependencies = [

0 commit comments

Comments
 (0)