Skip to content
Snippets Groups Projects
Commit c0e31b3c authored by Maxence Naud's avatar Maxence Naud
Browse files

Change Python minimum version 3.7 -> 3.8

parent 5bc6cd8d
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@ description="Opencv implementations of the operators and tensor of aidge framewo
dependencies = [
"numpy>=1.21.6",
]
requires-python = ">= 3.7"
requires-python = ">= 3.8"
dynamic = ["version"] # defined in tool.setuptools_scm
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Programming Language :: Python :: 3"
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment