From 3ba6ff593e44a8e04c0d5f5ea47a9a7ef6a04541 Mon Sep 17 00:00:00 2001 From: Robin David Date: Mon, 15 Jul 2024 13:37:14 +0200 Subject: [PATCH] Update setup.py to enforce Python 3.9 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8a56e5c..6f60bf0 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ description="PASTIS framework for collaborative fuzzing", long_description=README, long_description_content_type='text/markdown', + python_requires='>=3.9', packages=[ "libpastis", "libpastis.proto",