Skip to content

Commit

Permalink
Drop py39 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Oct 14, 2024
1 parent 7af7d8c commit db7ec55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.9",
"Topic :: Scientific/Engineering :: Chemistry",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Libraries :: Python Modules",
]
license = { file = "LICENSE" }
requires-python = ">=3.9"
requires-python = ">=3.10"

dependencies = ["monty>=2.0.6", "psutil", "ruamel.yaml>=0.15.6"]

Expand Down

0 comments on commit db7ec55

Please sign in to comment.