Skip to content

Commit

Permalink
Bump minimal version of Python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Oct 27, 2023
1 parent 9d0fff0 commit d759a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
license = {text = "MIT"}
dependencies = ["jsonpath_ng", "requests", "requests-cache", "scitree", "tqdm"]
dynamic = ["version"]
requires-python = ">=3.6"
requires-python = ">=3.8"

[project.scripts]
datahugger = "datahugger.__main__:main"
Expand Down

0 comments on commit d759a44

Please sign in to comment.