From 1329735f571b61b1c96b2d6e114e2ec612f609f6 Mon Sep 17 00:00:00 2001 From: Louis Vaslin Date: Wed, 3 Apr 2024 15:41:27 +0900 Subject: [PATCH] Added python3.7 support --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c17585a..e79f131 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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",