Skip to content

Commit

Permalink
chore: change minimum required python version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel-bagard committed Jun 4, 2024
1 parent f4409ec commit d790d64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ readme = "README.md"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -22,7 +23,7 @@ classifiers = [
license = { text = "MIT" }
dynamic = ["version"]
dependencies = ["numpy>=1.21"]
requires-python = ">=3.8"
requires-python = ">=3.7"
packages = [{ "include" = "cv2-stubs" }]

[project.urls]
Expand Down

0 comments on commit d790d64

Please sign in to comment.