Skip to content

Commit ed7af5f

Browse files
committed
enforce python >=3.10
1 parent 4e49b14 commit ed7af5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Python wrapper to manipulate binexport files (protobuf)"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
authors = [{ name = "Quarkslab", email = "diffing@quarkslab.com" }]
1111
license = {text = "AGPL-3.0"}
12-
requires-python = ">=3.9"
12+
requires-python = ">=3.10"
1313
dependencies = [
1414
"python-magic; os_name!='nt'",
1515
"python-magic-bin; os_name=='nt'",

0 commit comments

Comments
 (0)