Skip to content

Commit a931fb5

Browse files
committed
Update Python requirements
Move to Python 3.9. Python 3.8 is EOL as of 2024-10-07
1 parent 6e514e4 commit a931fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ authors = [
66
]
77
description = "CoRE MOF database as a Python package"
88
readme = "README.md"
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.9"
1010
classifiers = [
11-
"Development Status :: 4 - Beta",
11+
"Development Status :: 5 - Production/Stable",
1212
"Intended Audience :: Science/Research",
1313
"License :: OSI Approved :: MIT License",
1414
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)