Skip to content

Commit

Permalink
Added python3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Vaslin committed Apr 3, 2024
1 parent d909662 commit 1329735
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 @@ -20,7 +20,7 @@ maintainers = [
description = "API for defect detection in PCB and other components."
readme = "README.md"
license = { file="LICENSE" }
requires-python = ">=3.8"
requires-python = ">=3.7"
dependencies = [
"opencv-python",
"numpy",
Expand All @@ -36,6 +36,7 @@ classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 1329735

Please sign in to comment.