Skip to content

Commit

Permalink
build(setuptools): add requires-python (#269)
Browse files Browse the repository at this point in the history
🤦
  • Loading branch information
drts01 authored May 3, 2022
1 parent 92c1575 commit b2695ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
"progress>=1.6",
"resolvelib>=0.8.0",
]
requires-python = ">=3.7"

[tool.setuptools]
packages = ["pip_audit"]
Expand Down

0 comments on commit b2695ba

Please sign in to comment.