Skip to content

Commit

Permalink
Update setup.py to enforce Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDavid authored Jul 15, 2024
1 parent ad8dc0f commit 3ba6ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3ba6ff5

Please sign in to comment.