From 488d4c41343fa0aaaf1cb0c5a1e7a1907608f325 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Mon, 23 Sep 2024 13:14:03 +0200 Subject: [PATCH] pyproject.toml: bump min python version to 3.8.1 fixed #2387 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c95ad6522..2ceeed3f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",