Skip to content

Commit

Permalink
pyproject.toml: bump min python version to 3.8.1
Browse files Browse the repository at this point in the history
fixed #2387
  • Loading branch information
williballenthin authored Sep 23, 2024
1 parent e29288c commit 488d4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors = [
description = "The FLARE team's open-source tool to identify capabilities in executable files."
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE.txt"}
requires-python = ">=3.8"
requires-python = ">=3.8.1"
keywords = ["malware analysis", "reverse engineering", "capability detection", "software behaviors", "capa", "FLARE"]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 488d4c4

Please sign in to comment.