You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: drop Python 3.8/3.9 support, bump minimum to 3.10
Python 3.8 reached EOL in October 2024 and 3.9 in October 2025.
The lmdb package is also broken on Python 3.8 CI runners.
Update classifiers, requires-python, CI matrix, docs, and remove
legacy Python <3.8 fallbacks.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ If you use this software, please cite the following paper:
15
15
16
16
## Installation
17
17
18
-
dpdata only supports Python 3.8 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata:
18
+
dpdata only supports Python 3.10 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata:
19
19
20
20
- Install via pip: `pip install dpdata`
21
21
- Install via conda: `conda install -c conda-forge dpdata`
Copy file name to clipboardExpand all lines: docs/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Installation
2
2
3
-
dpdata only supports Python 3.8 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata:
3
+
dpdata only supports Python 3.10 and above. You can [setup a conda/pip environment](https://docs.deepmodeling.com/faq/conda.html), and then use one of the following methods to install dpdata:
4
4
5
5
- Install via pip: `pip install dpdata`
6
6
- Install via conda: `conda install -c conda-forge dpdata`
0 commit comments