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

Change Python minimum version 3.7 -> 3.8

parent 755009ee
No related branches found
No related tags found
1 merge request!132[UPD] version 0.4.1 -> 0.5.0
......@@ -4,7 +4,7 @@ description="CPU implementation of operators of the AIDGE framework"
dependencies = [
"numpy",
]
requires-python = ">= 3.7"
requires-python = ">= 3.8"
readme = "README.md"
license = { file = "LICENSE" }
classifiers = [
......
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