Skip to content

Commit 407e29c

Browse files
committed
Update Python version requirement to 3.10+
1 parent 5254c24 commit 407e29c

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
@@ -16,7 +16,6 @@ license = { text = "MIT" }
1616
keywords = ["MD", "analysis", "lammps"]
1717
classifiers = [
1818
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
2221
"Programming Language :: Python :: 3.12",
@@ -26,7 +25,7 @@ classifiers = [
2625
"Operating System :: OS Independent",
2726
"Topic :: Scientific/Engineering",
2827
]
29-
requires-python = ">=3.9"
28+
requires-python = ">=3.10"
3029
dependencies = [
3130
"numpy >= 1.21.1",
3231
"matplotlib >= 3.3.1",

0 commit comments

Comments
 (0)