Skip to content

Commit

Permalink
disable python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzyb committed Jul 2, 2024
1 parent dfc6067 commit 7db871a
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 @@ -15,7 +15,6 @@ authors = [
license = {file = "LICENSE"}
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -35,7 +34,7 @@ dependencies = [
"pycp2k",
"asciichartpy"
]
requires-python = ">=3.7"
requires-python = ">=3.8"
keywords = ["cp2k", "cp2kdata"]

[project.urls]
Expand Down

0 comments on commit 7db871a

Please sign in to comment.