We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e49b14 commit ed7af5fCopy full SHA for ed7af5f
pyproject.toml
@@ -9,7 +9,7 @@ description = "Python wrapper to manipulate binexport files (protobuf)"
9
readme = { file = "README.md", content-type = "text/markdown" }
10
authors = [{ name = "Quarkslab", email = "diffing@quarkslab.com" }]
11
license = {text = "AGPL-3.0"}
12
-requires-python = ">=3.9"
+requires-python = ">=3.10"
13
dependencies = [
14
"python-magic; os_name!='nt'",
15
"python-magic-bin; os_name=='nt'",
0 commit comments