Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Sep 17, 2023
1 parent 71e69d6 commit 33b69be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):
long_description_content_type="text/markdown",
version=version,
license=license,
python_requires=">=3",
python_requires=">=3.8",
rust_extensions=[
RustBin("pylyzer", args=cargo_args, cargo_manifest_args=["--locked"])
],
Expand Down

0 comments on commit 33b69be

Please sign in to comment.