Skip to content

Commit 878d01f

Browse files
committed
Update Python version requirements to 3.10+
1 parent bf45e58 commit 878d01f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ license = { text = "MIT" }
1919
keywords = ["dft", "md", "lammps", "gaussian", "high-throughput", "workflow", "materials science"]
2020
classifiers = [
2121
"Programming Language :: Python :: 3",
22-
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",
2524
"Programming Language :: Python :: 3.12",
@@ -29,7 +28,7 @@ classifiers = [
2928
"Operating System :: OS Independent",
3029
"Topic :: Scientific/Engineering",
3130
]
32-
requires-python = ">=3.9, <3.13"
31+
requires-python = ">=3.10, <3.13"
3332
dependencies = [
3433
"numpy >= 1.21.1",
3534
"pymongo>=3.3.0,<=3.12.0",

0 commit comments

Comments
 (0)