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

Change Python minimum version 3.7 -> 3.8

parent e61de7a6
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ 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 by pbr
readme = "README.md"
license = { file = "LICENSE" }
......
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